mirror of
https://github.com/moodle/moodle.git
synced 2025-04-14 13:02:07 +02:00
MDL-55167 less: fix line over length
This commit is contained in:
parent
c73de4d5f1
commit
16fed4663b
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user