瀏覽代碼

Table: align sort arrows

Leopoldthecoder 7 年之前
父節點
當前提交
e1a5b62267
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/theme-chalk/src/table.scss

+ 1 - 1
packages/theme-chalk/src/table.scss

@@ -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;