Fix sorter icon align of Table

This commit is contained in:
afc163 2018-09-17 14:53:21 +08:00
parent 58de6edc5f
commit c935d53b71
2 changed files with 6 additions and 1 deletions

View File

@ -9,6 +9,10 @@
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
> * {
line-height: 1;
}
svg {
display: inline-block;
}

View File

@ -233,9 +233,10 @@
position: relative;
margin-left: 8px;
display: inline-block;
vertical-align: text-bottom;
top: -1.5px;
width: 14px;
height: @font-size-base;
vertical-align: -.125em;
text-align: center;
font-weight: normal;
color: @table-header-icon-color;