-
Bug
-
Resolution: Fixed
-
Minor
-
4.5
When running grunt css, I get the following warning:
Running "stylelint:css" (stylelint) task
|
>> question/bank/managecategories/styles.css
|
>> 85:190 ⚠ Expected line length to be no more than 132 characters max-line-length
|
>>
|
>> 1 problem (0 errors, 1 warning)
|
A quick fix is to disable the max-line-length rule for the affected line.