Skip to content

Commit 3f43d55

Browse files
fix(tree-icons): added no-shrink class for button
1 parent 3278d17 commit 3f43d55

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/common/components/Button/styles.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ export default ({ margin }: { margin?: string }) => css`
3838
&.suffix {
3939
margin-left: ${margin || 0};
4040
}
41+
42+
&.no-shrink {
43+
flex-shrink: 0;
44+
}
4145
4246
div {
4347
text-align: left;

0 commit comments

Comments
 (0)