Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
fix(button): fab buttons will no longer distort when used with flexbox
Browse files Browse the repository at this point in the history
Closes #2797
  • Loading branch information
Robert Messerle committed Jun 16, 2015
1 parent 5bb722b commit 8de8f7a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/button/button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,8 @@ $icon-button-margin: rem(0.600) !default;
width: $button-fab-width;
height: $button-fab-height;
vertical-align: middle;
flex-grow: 0;
flex-shrink: 0;

@extend .md-shadow-bottom-z-1;
border-radius: 50%;
Expand Down

0 comments on commit 8de8f7a

Please sign in to comment.