mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-11 11:32:52 +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;
|
-webkit-font-smoothing: antialiased;
|
||||||
-moz-osx-font-smoothing: grayscale;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
|
|
||||||
|
> * {
|
||||||
|
line-height: 1;
|
||||||
|
}
|
||||||
|
|
||||||
svg {
|
svg {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
@ -233,9 +233,10 @@
|
|||||||
position: relative;
|
position: relative;
|
||||||
margin-left: 8px;
|
margin-left: 8px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
vertical-align: text-bottom;
|
||||||
|
top: -1.5px;
|
||||||
width: 14px;
|
width: 14px;
|
||||||
height: @font-size-base;
|
height: @font-size-base;
|
||||||
vertical-align: -.125em;
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
color: @table-header-icon-color;
|
color: @table-header-icon-color;
|
||||||
|
Loading…
Reference in New Issue
Block a user