Skip to content

Commit b8d6e89

Browse files
committed
fix(accordion-group): add min-width
1 parent a267975 commit b8d6e89

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

core/src/components/accordion-group/accordion-group.ionic.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
// --------------------------------------------------
66

77
:host {
8+
min-width: 272px;
9+
810
background-color: globals.$ionic-color-base-white;
911
}
1012

0 commit comments

Comments
 (0)