-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
3.9 regressions, 4.5.4, 5.0
Hi,
I think there should be a space before $classes and after mb-3. Currently, the additional classes from $classes will be concatenated with mb-3 and won't work correctly.
array('class' => 'node_category card d-inline-block w-100 mb-3' . $classes)); |
This is on line 68 of the core_user\output\myprofile\renderer class (method render_category).
- is a regression caused by
-
MDL-66999 Misuse of @extend in SCSS
-
- Closed
-