Commit d436d027 authored by liril's avatar liril Committed by 杨奕

fix: Make thead cell inline-flex

parent 79a4ac29
...@@ -163,6 +163,11 @@ ...@@ -163,6 +163,11 @@
cursor: pointer; cursor: pointer;
} }
thead th > .cell {
display: inline-flex;
align-items: center;
}
th { th {
white-space: nowrap; white-space: nowrap;
overflow: hidden; overflow: hidden;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment