Skip to content

Commit

Permalink
fix(Button): do not shrink button when there is only one icon
Browse files Browse the repository at this point in the history
  • Loading branch information
teleginzhenya committed May 13, 2024
1 parent 33de0a0 commit bd38edc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Button/Button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ $block: '.#{variables.$ns}button';
color 0.15s linear;
transform: scale(1);
display: inline-flex;
flex-shrink: 0;
justify-content: center;
padding: 0 var(--g-button-padding, var(--_--padding));
gap: var(--g-button-icon-offset, var(--_--icon-offset));
Expand Down

0 comments on commit bd38edc

Please sign in to comment.