Skip to content

Commit

Permalink
table: Fix the issue of table head collapsing
Browse files Browse the repository at this point in the history
  • Loading branch information
ihavecoke committed Oct 2, 2024
1 parent 494e6d1 commit 28fdf4c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions crates/ui/src/table.rs
Original file line number Diff line number Diff line change
Expand Up @@ -855,9 +855,7 @@ where
)
.map(|this| vec![this])
}
})
.h_full()
.flex_1(),
}).h_10().flex_1(),
)
}

Expand Down

0 comments on commit 28fdf4c

Please sign in to comment.