table: Remove the unnecessary left margin from the icon

This commit is contained in:
Floyd Wang 2024-11-05 11:08:21 +08:00
parent c2824eb01e
commit 852c38f42c

View file

@ -745,7 +745,6 @@ where
div() div()
.id(("icon-sort", col_ix)) .id(("icon-sort", col_ix))
.cursor_pointer() .cursor_pointer()
.ml_2()
.p(px(2.)) .p(px(2.))
.rounded_sm() .rounded_sm()
.map(|this| match is_on { .map(|this| match is_on {