Browse Source

Fix column row inside stackable grid

pull/1009/head
jlukic 10 years ago
parent
commit
0b78bd0282
1 changed files with 1 additions and 0 deletions
  1. 1
      src/definitions/collections/grid.less

1
src/definitions/collections/grid.less

@ -911,6 +911,7 @@ body > .ui.grid:not(.page) {
.ui.stackable.grid > .row > .wide.column,
.ui.stackable.grid > .wide.column,
.ui.stackable.grid > .column.grid > .column,
.ui.stackable.grid > .column.row > .column,
.ui.stackable.grid > .row > .column,
.ui.stackable.grid > .column {
display: block !important;

Loading…
Cancel
Save