Skip to content

Commit

Permalink
Fix seven column tablet #1716
Browse files Browse the repository at this point in the history
  • Loading branch information
jlukic committed Jan 26, 2015
1 parent 3f7033d commit 9960580
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/definitions/collections/grid.less
Expand Up @@ -1511,9 +1511,9 @@
.ui.grid > [class*="six column"].doubling.row > .column {
width: @threeColumn !important;
}
.ui[class*="eight column"].doubling.grid > .row > .column,
.ui[class*="eight column"].doubling.grid > .column,
.ui.grid > [class*="eight column"].doubling.row > .column {
.ui[class*="seven column"].doubling.grid > .row > .column,
.ui[class*="seven column"].doubling.grid > .column,
.ui.grid > [class*="seven column"].doubling.row > .column {
width: @threeColumn !important;
}
.ui[class*="eight column"].doubling.grid > .row > .column,
Expand Down

0 comments on commit 9960580

Please sign in to comment.