Explorar o código

WIP: reconstruct layouts

* on-edit when crowi layout
Yuki Takei %!s(int64=8) %!d(string=hai) anos
pai
achega
73c14a3a86
Modificáronse 1 ficheiros con 5 adicións e 1 borrados
  1. 5 1
      resource/styles/scss/_on-edit.scss

+ 5 - 1
resource/styles/scss/_on-edit.scss

@@ -90,7 +90,11 @@ body.on-edit {
     position: absolute;
     z-index: 1;
     left: 190px;
-    min-width: calc(50% - 190px);
+    min-width: calc(100% - 190px);
+    // for crowi layout
+    > .col-md-9 {
+      width: 100%;
+    }
 
     background: none;