From 28fdf4c91fd4507b9a5656d73957d0642caeb94c Mon Sep 17 00:00:00 2001 From: ihavecoke Date: Thu, 3 Oct 2024 00:21:39 +0800 Subject: [PATCH] table: Fix the issue of table head collapsing --- crates/ui/src/table.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/crates/ui/src/table.rs b/crates/ui/src/table.rs index ad33816..10929be 100644 --- a/crates/ui/src/table.rs +++ b/crates/ui/src/table.rs @@ -855,9 +855,7 @@ where ) .map(|this| vec![this]) } - }) - .h_full() - .flex_1(), + }).h_10().flex_1(), ) }