Skip to content

Commit

Permalink
fix(table): Set responsive breakpoint to @tabletBreakpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
avoinea committed May 25, 2022
1 parent 8e4f3e7 commit 067e018
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 @@ -35,7 +35,7 @@
white-space: @headerSortableWhiteSpace;
}

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

.ui.table.responsive {

Expand Down

0 comments on commit 067e018

Please sign in to comment.