mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-22 09:35:37 -05:00
fix chart's checkbox option type (#15014)
* fix chart's checkbox option type * overwrite the useragent margin for checkbox
This commit is contained in:
@@ -21,4 +21,8 @@
|
||||
.custom-checkbox.sql-checkbox.disabled {
|
||||
pointer-events: none;
|
||||
opacity: 0.3;
|
||||
}
|
||||
}
|
||||
|
||||
input[type='checkbox'] {
|
||||
margin: 0px 5px 0px 0px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user