浏览代码

CDB: remove min width of code editor in props display

lviguier 2 月之前
父节点
当前提交
d41c90f36a
共有 2 个文件被更改,包括 0 次插入2 次删除
  1. 0 1
      bin/cdb.css
  2. 0 1
      bin/cdb.less

+ 0 - 1
bin/cdb.css

@@ -499,7 +499,6 @@
   position: relative;
   position: relative;
 }
 }
 .cdb .cdb-sheet div.cdb-script .codeeditor {
 .cdb .cdb-sheet div.cdb-script .codeeditor {
-  min-width: 500px;
   min-height: 500px;
   min-height: 500px;
 }
 }
 .cdb .cdb-sheet .cdb-types {
 .cdb .cdb-sheet .cdb-types {

+ 0 - 1
bin/cdb.less

@@ -550,7 +550,6 @@
 		div.cdb-script {
 		div.cdb-script {
 			position : relative;
 			position : relative;
 			.codeeditor {
 			.codeeditor {
-				min-width: 500px;
 				min-height: 500px;
 				min-height: 500px;
 			}
 			}
 		}
 		}