fix chart's checkbox option type (#15014)

* fix chart's checkbox option type

* overwrite the useragent margin for checkbox
This commit is contained in:
Alan Ren
2021-04-07 10:19:00 -07:00
committed by GitHub
parent addef2d584
commit 7fc991b678
3 changed files with 15 additions and 5 deletions

View File

@@ -21,4 +21,8 @@
.custom-checkbox.sql-checkbox.disabled {
pointer-events: none;
opacity: 0.3;
}
}
input[type='checkbox'] {
margin: 0px 5px 0px 0px;
}