Skip to content

Commit 6acba8d

Browse files
author
Adam Bradley
committed
fix(buttonIcon): fix vertical-align in safari, closes #554
1 parent 38420c8 commit 6acba8d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: scss/_button.scss

+4
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@
2929

3030
cursor: pointer;
3131

32+
.icon {
33+
vertical-align: top;
34+
}
35+
3236
.icon:before,
3337
&.icon:before,
3438
&.icon-left:before,

0 commit comments

Comments
 (0)