2
0
Эх сурвалжийг харах

CDB: remove min width of code editor in props display

lviguier 2 сар өмнө
parent
commit
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;
 }
 .cdb .cdb-sheet div.cdb-script .codeeditor {
-  min-width: 500px;
   min-height: 500px;
 }
 .cdb .cdb-sheet .cdb-types {

+ 0 - 1
bin/cdb.less

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