Skip to content

Commit 13abb69

Browse files
committed
🐛 Fix icon size shrinking for Accordion with multiline text
1 parent 59ea089 commit 13abb69

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/Accordion/accordion.module.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
@include size(15px);
4545
@include typography(primary-20);
4646
pointer-events: none;
47+
min-width: 15px;
4748
}
4849

4950
&[data-open="true"] {

0 commit comments

Comments
 (0)