2
0
Nicolas Cannasse 4 жил өмнө
parent
commit
0e359774fa
2 өөрчлөгдсөн 2 нэмэгдсэн , 2 устгасан
  1. 1 1
      bin/style.css
  2. 1 1
      bin/style.less

+ 1 - 1
bin/style.css

@@ -681,7 +681,7 @@ input[type=checkbox]:checked:after {
   overflow: auto;
   padding: 10px;
   background: #111;
-  max-height: 80%;
+  max-height: 50%;
   overflow-y: auto;
 }
 .hide-properties .cdb-large .btn-cdb-large {

+ 1 - 1
bin/style.less

@@ -748,7 +748,7 @@ input[type=checkbox] {
 			overflow: auto;
 			padding: 10px;
 			background: #111;
-			max-height: 80%;
+			max-height: 50%;
 			overflow-y: auto;
 		}
 		.btn-cdb-large {