mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-07 09:26:06 +08:00
Fix sorter icon align of Table
This commit is contained in:
parent
58de6edc5f
commit
c935d53b71
@ -9,6 +9,10 @@
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
|
||||
> * {
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
svg {
|
||||
display: inline-block;
|
||||
}
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user