Skip to content

Commit

Permalink
tweak sorter icon position
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Oct 9, 2018
1 parent 86b3425 commit 9e58e56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/table/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@
right: 6px;
top: 50%;
width: 14px;
height: @font-size-lg;
margin-top: -@font-size-lg / 2;
height: @font-size-lg + 1px;
margin-top: -(@font-size-lg + 1px) / 2;
text-align: center;
color: @table-header-icon-color;
transition: all .3s;
Expand Down

0 comments on commit 9e58e56

Please sign in to comment.