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

Commit 8de8f7a

Browse files
author
Robert Messerle
committed
fix(button): fab buttons will no longer distort when used with flexbox
Closes #2797
1 parent 5bb722b commit 8de8f7a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/button/button.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,8 @@ $icon-button-margin: rem(0.600) !default;
131131
width: $button-fab-width;
132132
height: $button-fab-height;
133133
vertical-align: middle;
134+
flex-grow: 0;
135+
flex-shrink: 0;
134136

135137
@extend .md-shadow-bottom-z-1;
136138
border-radius: 50%;

0 commit comments

Comments
 (0)