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

Commit b1a144d

Browse files
author
Robert Messerle
committed
fix(button): fixes button styles so that <a> and <button> examples look
identical Fixes issue introduced in cc07e63
1 parent 8de8f7a commit b1a144d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/components/button/button.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@ $icon-button-margin: rem(0.600) !default;
4040

4141
outline: none;
4242
border: 0;
43-
display: inline-table;
43+
display: inline-flex;
44+
align-items: center;
45+
flex-direction: column;
4446
padding: $button-padding;
4547
margin: $button-margin;
4648
line-height: $button-line-height;

0 commit comments

Comments
 (0)