Browse Source

Fixes bugs introduces with wide column in stackable grid #2467

flex-list
Jack Lukic 10 years ago
parent
commit
21df62eeb4
1 changed files with 1 additions and 1 deletions
  1. 2
      src/definitions/collections/grid.less

2
src/definitions/collections/grid.less

@ -1602,7 +1602,7 @@
.ui.stackable.grid > .row > .column,
.ui.stackable.grid > .column:not(.row),
.ui.grid > .stackable.stackable.row > .column {
width: 100%;
width: 100% !important;
margin: 0em 0em !important;
box-shadow: none !important;
padding: (@stackableRowSpacing / 2) (@stackableGutter / 2) !important;

Loading…
Cancel
Save