Browse Source

Fixed issue with stackable grid

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

4
src/definitions/collections/grid.less

@ -1071,6 +1071,9 @@
margin-top: 0em;
margin-bottom: 0em;
}
:not(.column) > .ui.stackable.grid {
margin: 0em;
}
.ui.stackable.grid > .row > .wide.column,
.ui.stackable.grid > .wide.column,
.ui.stackable.grid > .column.grid > .column,
@ -1085,6 +1088,7 @@
box-shadow: none !important;
}
.ui.stackable.celled.grid > .column,
.ui.stackable.celled.grid > .row > .column,
.ui.stackable.divided.grid > .column,

Loading…
Cancel
Save