table: Remove the unnecessary left margin from the icon
This commit is contained in:
parent
c2824eb01e
commit
852c38f42c
1 changed files with 0 additions and 1 deletions
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue