Skip to content

Commit

Permalink
fix(button): vertically align to top by default (#3983)
Browse files Browse the repository at this point in the history
  • Loading branch information
emyarod authored and asudoh committed Sep 16, 2019
1 parent 9f2894f commit 06b15f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/components/src/components/button/_mixins.scss
Expand Up @@ -18,6 +18,7 @@
display: inline-flex;
align-items: center;
justify-content: space-between;
vertical-align: top;
flex-shrink: 0;
min-height: rem($button-height);
padding: $button-padding;
Expand Down

0 comments on commit 06b15f3

Please sign in to comment.