Browse Source

BugFix .row style for edit-form

* ensure to process only direct child '.row' classes of '.edit-form'
Yuki Takei 9 years ago
parent
commit
65ee3fd5b0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resource/css/_form.scss

+ 1 - 1
resource/css/_form.scss

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