Fix iconfont side-cutting bug in Chrome

pull/768/head
afc163 9 years ago
parent 44f2d7c8c2
commit 32a93ee88a

@ -16,6 +16,7 @@
margin-right: 8px;
font-size: 14px;
top: 1px;
position: relative;
}
&-description {

@ -46,5 +46,6 @@
margin-right: 8px;
font-size: 14px;
top: 1px;
position: relative;
}
}

@ -1,5 +1,4 @@
.iconfont-mixin() {
position: relative;
display: inline-block;
font-style: normal;
vertical-align: baseline;

Loading…
Cancel
Save