fix(tabs): vertically center text and icons on tabs-icon-left/right fixes #1827

This commit is contained in:
Perry Govier
2014-08-05 17:14:07 -05:00
parent 53c437e205
commit 93d586dea4

View File

@@ -307,6 +307,7 @@
.icon {
display: inline-block;
vertical-align: top;
margin-top: -.1em;
&:before {
font-size: $tabs-icon-size - 8;