Browse Source

Fix bug with doubling grid setting width #1635 #1716

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

3
src/definitions/collections/grid.less

@ -1565,9 +1565,6 @@
/* Mobily Only */
@media only screen and (max-width: @largestMobileScreen) {
.ui.doubling.grid {
width: 100% !important;
}
.ui.grid > .doubling.row,
.ui.doubling.grid > .row {
display: block !important;

Loading…
Cancel
Save