MDL-55167 less: fix line over length

This commit is contained in:
Dan Poltawski 2016-07-06 20:58:13 +01:00
parent c73de4d5f1
commit 16fed4663b

View File

@ -489,7 +489,8 @@ fieldset.coursesearchbox label {
* 1199px + (1199px * 23%)
* Where 23% is the width of span3
* Full calculation is:
* @maxWidthForVerticalForms: 1199px * (unit(((@fluidGridColumnWidth1200 * 3) + (@fluidGridGutterWidth * (3 - 1)))) / 100) + 1199px;
* @maxWidthForVerticalForms: 1199px * (unit(((@fluidGridColumnWidth1200 * 3) +
* (@fluidGridGutterWidth * (3 - 1)))) / 100) + 1199px;
*/
@maxWidthForVerticalForms: 1474px;