Browse Source

Stackable grid no longer sits flush on mobile

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

4
src/definitions/collections/grid.less

@ -1667,8 +1667,12 @@
.ui.stackable.grid { .ui.stackable.grid {
display: block !important; display: block !important;
width: auto; width: auto;
/* Stackable grid should always be padded on mobile ?
margin-left: -(@stackableGutter / 2) !important; margin-left: -(@stackableGutter / 2) !important;
margin-right: -(@stackableGutter / 2) !important; margin-right: -(@stackableGutter / 2) !important;
*/
margin-left: 0em !important;
margin-right: 0em !important;
padding: 0em; padding: 0em;
} }
.ui.stackable.grid > .row > .wide.column, .ui.stackable.grid > .row > .wide.column,

Loading…
Cancel
Save