- Issue created by @alex.skrypnyk
- 🇮🇳India abhiyanshu
Hey alex,
Applied the patch successfully and created the merge request !10 for the same. Thank you! - 🇳🇴Norway matsbla
Hi, thanks for the report. Here are some comments:
.row { - width:100%; - display: inline-flex; - flex-wrap: wrap; + width: 100%; + display: inline-flex; + flex-wrap: wrap; } .layout fieldset { - border: 0; + border: 0; }
Wrong indentation
+.row .column-2 { + width: 50%; }
the selector .row .column-2 includes an unintended space
- 🇦🇺Australia alex.skrypnyk Melbourne
@matsbla
I cannot see an incorrect indentation in the MR. Back to NR