Skip to content

Commit

Permalink
change(table): make use of headerSortableWhiteSpace variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ichim-david committed May 9, 2022
1 parent 7f9f9e2 commit fd836fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theme/themes/eea/collections/table.overrides
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

// fix hiding of table header on mobile resolutions, by default whitespace is no wrap from table.less
.ui.sortable.table thead th {
white-space: normal;
white-space: @headerSortableWhiteSpace;
}

@media only screen and (max-width: @mobileLandscapeBreakpoint) {
Expand Down

0 comments on commit fd836fb

Please sign in to comment.