From 852c38f42cd0097cf3e0680ade04da40a356d64d Mon Sep 17 00:00:00 2001 From: Floyd Wang Date: Tue, 5 Nov 2024 11:08:21 +0800 Subject: [PATCH] table: Remove the unnecessary left margin from the icon --- crates/ui/src/table.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/ui/src/table.rs b/crates/ui/src/table.rs index 45cf583b..15bad261 100644 --- a/crates/ui/src/table.rs +++ b/crates/ui/src/table.rs @@ -745,7 +745,6 @@ where div() .id(("icon-sort", col_ix)) .cursor_pointer() - .ml_2() .p(px(2.)) .rounded_sm() .map(|this| match is_on {