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

Commit

Permalink
fix(button): limit flat/raised button height
Browse files Browse the repository at this point in the history
Closes #2380
  • Loading branch information
Marcy Sutton committed Apr 17, 2015
1 parent 1e7b982 commit 9fc2c28
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 @@ -44,6 +44,7 @@ $icon-button-margin: 0.600rem !default;
padding: $button-padding;
margin: $button-margin;
line-height: $button-line-height;
height: $button-line-height;
background: transparent;
white-space: nowrap;
// override for FAB, icon buttons, etc.
Expand Down

0 comments on commit 9fc2c28

Please sign in to comment.