Просмотр исходного кода

Merge pull request #2065 from weseek/support/fix-editor-ratio

change to expand width for limit on editor mode
Yuki Takei 6 лет назад
Родитель
Сommit
9cb2dde520
1 измененных файлов с 2 добавлено и 7 удалено
  1. 2 7
      src/client/styles/scss/_layout_kibela.scss

+ 2 - 7
src/client/styles/scss/_layout_kibela.scss

@@ -121,13 +121,8 @@ body.kibela {
 
     @include expand-editor($header-plus-footer);
 
-    .main {
-      > .row.page-content {
-        > .col-xs-12 {
-          width: 100%;
-          padding: 0;
-        }
-      }
+    .kibela-block {
+      max-width: unset;
     }
 
     .tab-content {