Skip to content

Commit 7b4254d

Browse files
committed
style(button): remove left and right margin
change margins to be consistent with other controls and match up with material design specifications
1 parent b02205d commit 7b4254d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/button/ux-button-theme.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ styles.button::-moz-focus-inner {
1313

1414
styles.button.raised, styles.button.flat {
1515
min-width: 88px;
16-
margin: 6px 8px;
16+
margin: 6px 0px;
1717
padding: 0 16px 0 16px;
1818
border-radius: 2px;
1919
}

0 commit comments

Comments
 (0)