Skip to content

Commit b99b8e0

Browse files
committed
CDB: fix custom type edition style
1 parent 4ee0fb0 commit b99b8e0

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

bin/cdb.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,6 @@
553553
}
554554
.cdb .cdb-sheet .cdb-types input {
555555
cursor: pointer;
556-
width: 50px;
557556
}
558557
.cdb .cdb-sheet .cdb-types input[type="checkbox"] {
559558
width: auto;

bin/cdb.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -635,7 +635,7 @@
635635

636636
input {
637637
cursor:pointer;
638-
width: 50px;
638+
// width: 50px;
639639
}
640640

641641
input[type="checkbox"] {

0 commit comments

Comments
 (0)