Fix the width of checkboxes

This commit is contained in:
Matt Rubens 2025-02-11 13:23:51 -05:00
parent 873cb1fcc5
commit c97eef753c

View file

@ -319,6 +319,11 @@ vscode-dropdown::part(listbox) {
max-height: unset !important;
}
.vscrui-checkbox svg {
min-width: 16px;
min-height: 16px;
}
/**
* @shadcn/ui Overrides / Hacks
*/