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

Commit cc07e63

Browse files
author
Robert Messerle
committed
fix(button): fixes style inconsistencies between md-buttons using a and button under the hood
Closes #2440
1 parent 6519910 commit cc07e63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/button/button.scss

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

4141
outline: none;
4242
border: 0;
43-
display: inline-block;
43+
display: inline-table;
4444
padding: $button-padding;
4545
margin: $button-margin;
4646
line-height: $button-line-height;

0 commit comments

Comments
 (0)