We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aade9df commit c6be0b5Copy full SHA for c6be0b5
core/src/components/item/item.common.scss
@@ -191,6 +191,8 @@
191
192
background: var(--background);
193
194
+ line-height: inherit;
195
+
196
overflow: inherit;
197
198
z-index: 1;
core/src/components/item/item.ionic.scss
@@ -33,8 +33,7 @@
33
.item-inner {
34
// This prevents the padding/margin from
35
// being excluded from the height calculation.
36
- // TODO this breaks Accordion styles
37
- // min-height: initial;
+ min-height: initial;
38
}
39
40
// Item Detail Icon
0 commit comments