Skip to content

Commit

Permalink
change(table): use the @mobileLandscapeBreakpoint for max 480px media…
Browse files Browse the repository at this point in the history
… query

- this way the tablet breakpoint is restored to it's original 768px value
  • Loading branch information
ichim-david committed May 9, 2022
1 parent 24e898e commit 90880ab
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 @@ -30,7 +30,7 @@

}

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

.ui.table.responsive {

Expand Down

0 comments on commit 90880ab

Please sign in to comment.