diff --git a/src/definitions/collections/grid.less b/src/definitions/collections/grid.less index b22404e0c..7f680572d 100755 --- a/src/definitions/collections/grid.less +++ b/src/definitions/collections/grid.less @@ -1058,7 +1058,7 @@ } } /* Tablet Only Hide */ -@media only screen and (min-width: (@tabletBreakpoint ) and (max-width: @largestTabletScreen ) { +@media only screen and (min-width: @tabletBreakpoint ) and (max-width: @largestTabletScreen) { .ui[class*="mobile only"].grid.grid.grid:not(.tablet), .ui.grid.grid.grid > [class*="mobile only"].row:not(.tablet), .ui.grid.grid.grid > [class*="mobile only"].column:not(.tablet),