Skip to content

Commit

Permalink
Fix css issue with up/down sort order arrows
Browse files Browse the repository at this point in the history
  • Loading branch information
matsbov committed Oct 17, 2023
1 parent 24687ce commit 3558c30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions grails-app/assets/stylesheets/application.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@

th.sortable.sorted a:after {
display:inline-block;
content: "\00a0↓";
content: "\0000a0\002193";
}

th.sortable.sorted.desc a:after {
content: "\00a0↑";
content: "\0000a0\002191";
}

0 comments on commit 3558c30

Please sign in to comment.