tweak pagination alignment, close #5632

This commit is contained in:
afc163 2017-04-05 17:10:24 +08:00
parent 73dd2c08bd
commit d50085a407

View File

@ -134,7 +134,7 @@
.iconfont-size-under-12px(8px); .iconfont-size-under-12px(8px);
display: block; display: block;
height: 26px; height: 26px;
line-height: 26px; line-height: 27px;
font-family: "anticon"; font-family: "anticon";
text-align: center; text-align: center;
} }
@ -152,7 +152,6 @@
&-prev { &-prev {
a { a {
&:after { &:after {
margin-top: -.5px;
content: "\e620"; content: "\e620";
display: block; display: block;
} }