Table: align sort arrows

pull/9158/head
Leopoldthecoder 2018-01-07 10:22:25 +08:00 committed by 杨奕
parent be3dcbfc4c
commit e1a5b62267
1 changed files with 1 additions and 1 deletions

View File

@ -431,7 +431,6 @@
display: inline-flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 34px;
width: 24px;
vertical-align: middle;
@ -445,6 +444,7 @@
height: 0;
border: solid 5px transparent;
position: absolute;
left: 7px;
&.ascending {
border-bottom-color: $--color-text-placeholder;