Skip to content

Commit

Permalink
fix(tree-icons): added no-shrink class for button
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewbbrandt committed Apr 25, 2023
1 parent 3278d17 commit 3f43d55
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/common/components/Button/styles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ export default ({ margin }: { margin?: string }) => css`
&.suffix {
margin-left: ${margin || 0};
}
&.no-shrink {
flex-shrink: 0;
}
div {
text-align: left;
Expand Down

0 comments on commit 3f43d55

Please sign in to comment.