Browse Source

Fix typo in grid rules

pull/1129/head
jlukic 10 years ago
parent
commit
18b8e2f7cf
1 changed files with 1 additions and 1 deletions
  1. 2
      src/definitions/collections/grid.less

2
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),

Loading…
Cancel
Save