Browse Source

Updates grid to fix margins on divided grids

Former-commit-id: b347fa7459
Former-commit-id: fe5cf29b68
pull/258/head
Jack Lukic 11 years ago
parent
commit
f486aab11c
1 changed files with 0 additions and 3 deletions
  1. 3
      src/collections/grid.less

3
src/collections/grid.less

@ -374,9 +374,6 @@
.ui.divided.grid,
.ui.divided.grid > .row {
display: table;
width: 100%;
margin-left: 0% !important;
margin-right: 0% !important;
}
.ui.divided.grid > .column,
.ui.divided.grid > .row > .column {

Loading…
Cancel
Save