Browse Source

Fixes #1734, floats disappear in stackable grid on mobile

pull/1785/head
jlukic 9 years ago
parent
commit
a3c471c716
1 changed files with 1 additions and 0 deletions
  1. 1
      src/definitions/collections/grid.less

1
src/definitions/collections/grid.less

@ -1677,6 +1677,7 @@
width: auto !important; width: auto !important;
margin: 0em 0em !important; margin: 0em 0em !important;
box-shadow: none !important; box-shadow: none !important;
float: none !important;
padding: (@stackableRowSpacing / 2) (@stackableGutter / 2) !important; padding: (@stackableRowSpacing / 2) (@stackableGutter / 2) !important;
} }
.ui.stackable.grid > .row { .ui.stackable.grid > .row {

Loading…
Cancel
Save