瀏覽代碼

BugFix .row style for edit-form

* ensure to process only direct child '.row' classes of '.edit-form'
Yuki Takei 9 年之前
父節點
當前提交
65ee3fd5b0
共有 1 個文件被更改,包括 1 次插入1 次删除
  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%;