File tree Expand file tree Collapse file tree
src/definitions/collections Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55** Bug Fixes**
66
77- ** Embed** - Embed will now correctly remove DOM metadata on ` destroy `
8+ - ** Grid** - Fix issue with ` very relaxed vertically divided grid ` having wrong margins on dividers
89
910### Version 2.4.0 - Sep 17, 2018
1011
Original file line number Diff line number Diff line change 11121112.ui.relaxed [class*= " vertically divided" ].grid > .row :before {
11131113 margin-left : (@relaxedGutterWidth / 2 );
11141114 margin-right : (@relaxedGutterWidth / 2 );
1115- width : ~ " calc(100% - " @relaxedGutterWidth ~ " ) " ;
1115+ width : calc (100% - @relaxedGutterWidth ) ;
11161116}
11171117.ui [class*= " very relaxed" ][class*= " vertically divided" ].grid > .row :before {
1118- margin-left : @veryRelaxedGutterWidth ;
1119- margin-right : @veryRelaxedGutterWidth ;
1120- width : ~ " calc(100% - " @veryRelaxedGutterWidth ~ " ) " ;
1118+ margin-left : ( @veryRelaxedGutterWidth / 2 ) ;
1119+ margin-right : ( @veryRelaxedGutterWidth / 2 ) ;
1120+ width : calc (100% - @veryRelaxedGutterWidth ) ;
11211121}
11221122
11231123/* ----------------------
You can’t perform that action at this time.
0 commit comments