Browse Source

Updates grid to fix margins on divided grids

pull/13/head
Jack Lukic 11 years ago
parent
commit
b347fa7459
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