Ver código fonte

CDB: fix columns going out of the screen

lviguier 1 ano atrás
pai
commit
a4e72ae729
2 arquivos alterados com 0 adições e 6 exclusões
  1. 0 3
      bin/cdb.css
  2. 0 3
      bin/cdb.less

+ 0 - 3
bin/cdb.css

@@ -378,9 +378,6 @@
 .cdb .cdb-sheet tr.props > td > div.cdb-large {
   max-width: 1000px;
 }
-.cdb .cdb-sheet tr.props > td > div.cdb-large .cdb-sheet {
-  min-width: 800px;
-}
 .cdb .cdb-sheet tr.props .cdb-sheet {
   width: auto;
   min-width: 400px;

+ 0 - 3
bin/cdb.less

@@ -415,9 +415,6 @@
 					display: inline-block;
 					max-width: 600px;
 					&.cdb-large {
-						.cdb-sheet {
-							min-width: 800px;
-						}
 						max-width: 1000px;
 					}
 				}