2
0
Эх сурвалжийг харах

BugFix .row style for edit-form

* ensure to process only direct child '.row' classes of '.edit-form'
Yuki Takei 9 жил өмнө
parent
commit
65ee3fd5b0

+ 1 - 1
resource/css/_form.scss

@@ -30,7 +30,7 @@
 
 
     .edit-form { // {{{
     .edit-form { // {{{
       height: 100%;
       height: 100%;
-      .row {
+      > .row {
         height: 100%;
         height: 100%;
         .col-md-6 {
         .col-md-6 {
           height: 100%;
           height: 100%;