Skip to content

Commit

Permalink
fix arrow alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
jolanda19B committed Oct 16, 2023
1 parent baaa7dd commit 3dd61b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions evap/static/scss/components/_grid.scss
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@

.col-order {
position: relative;
padding-left: 1em;
padding-left: 1.4em;
cursor: pointer;

&::before, &::after {
Expand All @@ -155,7 +155,7 @@
}

th.col-order {
padding-left: 1.4em;
padding-left: 1.4em !important;

&:empty {
padding-right: 0;
Expand Down

0 comments on commit 3dd61b0

Please sign in to comment.