diff --git a/src/definitions/collections/grid.less b/src/definitions/collections/grid.less index 08a66d8d0..006fed0db 100755 --- a/src/definitions/collections/grid.less +++ b/src/definitions/collections/grid.less @@ -1026,17 +1026,17 @@ .ui[class*="six column"].doubling:not(.stackable).grid > .row > .column, .ui[class*="six column"].doubling:not(.stackable).grid > .column, .ui.grid > [class*="six column"].doubling:not(.stackable).row > .column { - width: @threeColumn !important; + width: @twoColumn !important; } .ui[class*="seven column"].doubling:not(.stackable).grid > .row > .column, .ui[class*="seven column"].doubling:not(.stackable).grid > .column, .ui.grid > [class*="seven column"].doubling:not(.stackable).row > .column { - width: @threeColumn !important; + width: @twoColumn !important; } .ui[class*="eight column"].doubling:not(.stackable).grid > .row > .column, .ui[class*="eight column"].doubling:not(.stackable).grid > .column, .ui.grid > [class*="eight column"].doubling:not(.stackable).row > .column { - width: @threeColumn !important; + width: @twoColumn !important; } .ui[class*="nine column"].doubling:not(.stackable).grid > .row > .column, .ui[class*="nine column"].doubling:not(.stackable).grid > .column, @@ -1051,7 +1051,7 @@ .ui[class*="twelve column"].doubling:not(.stackable).grid > .row > .column, .ui[class*="twelve column"].doubling:not(.stackable).grid > .column, .ui.grid > [class*="twelve column"].doubling:not(.stackable).row > .column { - width: @threColumn !important; + width: @threeColumn !important; } .ui[class*="fourteen column"].doubling:not(.stackable).grid > .row > .column, .ui[class*="fourteen column"].doubling:not(.stackable).grid > .column,