We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ee0fb0 commit b99b8e0Copy full SHA for b99b8e0
2 files changed
bin/cdb.css
@@ -553,7 +553,6 @@
553
}
554
.cdb .cdb-sheet .cdb-types input {
555
cursor: pointer;
556
- width: 50px;
557
558
.cdb .cdb-sheet .cdb-types input[type="checkbox"] {
559
width: auto;
bin/cdb.less
@@ -635,7 +635,7 @@
635
636
input {
637
cursor:pointer;
638
+ // width: 50px;
639
640
641
input[type="checkbox"] {
0 commit comments