Skip to content

Commit b1464ab

Browse files
fix: accordion icon on large title
1 parent 3290d41 commit b1464ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/blocks/blocks/accordion/style.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,11 +162,11 @@
162162
border-bottom: 2px solid currentColor;
163163
width: 8px;
164164
height: 8px;
165+
flex-shrink: 0;
165166
}
166167

167168
&:not( .has-icon ) > &-item:not([open]) > &-item__title::after {
168169
transform: rotate(45deg) translate(-25%, 0%);
169-
flex-shrink: 0;
170170
}
171171

172172
&:not( .has-open-icon ) > &-item[open] > &-item__title::after {

0 commit comments

Comments
 (0)