소스 검색

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%;