You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
troelslenda
added
bug
NOT Prioritized
Issue not yet prioritized and added to a Milestone
👶🏻 New
For new issues before prioritisation and refinement
NOT Verified
Applied to bug reports that have not been verified by a member of @kirbydesign/kirby-guild
labels
Mar 18, 2022
Can confirm this bug is introduced in 5.1.1, right here.
I think it is because Safari handles these differently from other browsers, when --item-padding-top/bottom is not set.
The problem occurs in the modal, because the item inherits --padding-top and --padding-bottom from the surrounding ion-content element, which is set to 24px.
This can be fixed by providing a default value to the custom padding property on the item so it overwrites what is otherwise defined by ion-content, like --padding-top: var(--item-padding-top, 8px);
RasmusKjeldgaard
removed
NOT Prioritized
Issue not yet prioritized and added to a Milestone
👶🏻 New
For new issues before prioritisation and refinement
NOT Verified
Applied to bug reports that have not been verified by a member of @kirbydesign/kirby-guild
labels
Mar 18, 2022
Describe the bug
When using kirby-items within modals they get extensive padding in webkit and IOS.
Describe how to reproduce the bug
Which Kirby version was used?
5.1.1 and higher
What was the expected behavior?
That the kirby-item renders alike across platforms.
Add any screenshots
Please complete the following information:
Are there any additional context?
Checklist:
The following tasks should be carried out in sequence in order to follow the process of contributing correctly.
Verification
To make sure the bug is not intended behaviour; it should be verified by a member of team Kirby before moving on to implementation.
NOT verified
label has been removed by a member of team Kirby; do not proceed until this is doneImplementation
The contributor who wants to implement this issue should:
Review
Once the issue has been implemented and is ready for review:
The text was updated successfully, but these errors were encountered: