Skip to content

Commit f6486b5

Browse files
authored
Merge pull request #441 from performant-software/RB-icon-sizing-bug
Fixing unpredictable icon resizing
2 parents 1221fe0 + 1fe894e commit f6486b5

File tree

1 file changed

+1
-1
lines changed
  • packages/core-data/src/components

1 file changed

+1
-1
lines changed

packages/core-data/src/components/Icon.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ const Icon = ({
127127
xmlns='http://www.w3.org/2000/svg'
128128
id={name}
129129
style={style}
130-
className={clsx('icon', className)}
130+
className={clsx('icon', 'flex-shrink-0', className)}
131131
>
132132
<ThisIcon />
133133
</svg>

0 commit comments

Comments
 (0)