table: Fix table head size. (#1099)
Close #1098, this issue was included from #1094
This commit is contained in:
parent
058dd27687
commit
f423b8ffa2
1 changed files with 1 additions and 2 deletions
|
|
@ -856,8 +856,7 @@ where
|
|||
let name = col_group.column.name.clone();
|
||||
|
||||
h_flex()
|
||||
.size_full()
|
||||
.overflow_hidden()
|
||||
.h_full()
|
||||
.child(
|
||||
self.render_cell(col_ix, window, cx)
|
||||
.id(("col-header", col_ix))
|
||||
|
|
|
|||
Loading…
Reference in a new issue