Browse Source

Fixes stackable grid #271

pull/2229/head
jlukic 11 years ago
parent
commit
e585d0ad3b
1 changed files with 1 additions and 1 deletions
  1. 2
      src/collections/grid.less

2
src/collections/grid.less

@ -623,7 +623,7 @@ body > .ui.grid {
display: block !important;
padding: 0em;
}
.ui.stackable.grid .row > .column,
.ui.stackable.grid > .row > .column,
.ui.stackable.grid > .column {
display: block !important;
width: auto !important;

Loading…
Cancel
Save