Skip to content

Commit

Permalink
fix: prevent sort indicator breaking to new line
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmatthew authored Mar 3, 2022
1 parent 33aa8a1 commit 652c22d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scss/_tables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ th,
font-weight: bold;
text-align: inherit;
border-radius: 0;
white-space: nowrap;
}

.o-table__sort-btn:focus {
Expand Down

0 comments on commit 652c22d

Please sign in to comment.