瀏覽代碼

Fixed PG resize mode

David Catuhe 7 年之前
父節點
當前提交
97a3ad7849
共有 2 個文件被更改,包括 2 次插入0 次删除
  1. 1 0
      Playground/css/index.css
  2. 1 0
      Playground/js/index.js

+ 1 - 0
Playground/css/index.css

@@ -402,6 +402,7 @@ body {
     color:#999;
     display: inline-block;
 }
+
 /* Save form & co */
 
 .save-message {

+ 1 - 0
Playground/js/index.js

@@ -30,6 +30,7 @@
         tabSize: "auto",
         insertSpaces: "auto",
         roundedSelection: true,
+        automaticLayout: true,
         scrollBeyondLastLine: false,
         readOnly: false,
         theme: "vs",