Skip to content

Commit ea701c0

Browse files
committed
make sure the icons don't get squashed when in use
1 parent 3ec18e4 commit ea701c0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tbx/static_src/sass/components/_animated-icon.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
align-items: center;
1010
gap: 3px;
1111
transition: transform $transition;
12+
flex-shrink: 0;
1213

1314
@include reduced-motion() {
1415
transition: none;
@@ -45,6 +46,7 @@
4546
display: inline-block;
4647
width: 65px;
4748
height: 65px;
49+
flex-shrink: 0;
4850

4951
#{$root}__head {
5052
position: absolute;

0 commit comments

Comments
 (0)