Skip to content

Commit

Permalink
fix(components): prevent vertical shrinking
Browse files Browse the repository at this point in the history
  • Loading branch information
CoroDaniel authored and cipak committed Feb 23, 2022
1 parent e910e00 commit ff521c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/generic/Button/Button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ $C: #{$WEBEX_COMPONENTS_CLASS_PREFIX}-button;
.#{$C} {
@include focusable;
display: flex;
flex-shrink: 0;
justify-content: center;
align-items: center;
border-radius: 1000px;
Expand Down

0 comments on commit ff521c5

Please sign in to comment.