fix: Make thead cell inline-flex

pull/9053/head
liril 2017-12-27 17:59:41 +08:00 committed by 杨奕
parent 79a4ac29af
commit d436d027db
1 changed files with 5 additions and 0 deletions

View File

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