Skip to content

Commit

Permalink
fix(button): streching in flex container (#407)
Browse files Browse the repository at this point in the history
Co-authored-by: Simeon Simeonoff <sim.simeonoff@gmail.com>
  • Loading branch information
SisIvanova and simeonoff authored Jun 6, 2022
1 parent fd56ee6 commit 947a09d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/button/themes/button/light/button.base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ $slot-spacing: var(--igc-spacing-large);
display: inline-flex;
align-items: center;
justify-content: center;
flex: 1;
border: none;
user-select: none;
outline-style: none;
Expand Down

0 comments on commit 947a09d

Please sign in to comment.