table: Fix table head size. (#1099)

Close #1098, this issue was included from #1094
This commit is contained in:
Jason Lee 2025-07-29 10:03:25 +08:00 committed by GitHub
parent 058dd27687
commit f423b8ffa2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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