소스 검색

fix: Make thead cell inline-flex

liril 7 년 전
부모
커밋
d436d027db
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      packages/theme-chalk/src/table.scss

+ 5 - 0
packages/theme-chalk/src/table.scss

@@ -163,6 +163,11 @@
     cursor: pointer;
   }
 
+  thead th > .cell {
+    display: inline-flex;
+    align-items: center;
+  }
+
   th {
     white-space: nowrap;
     overflow: hidden;