mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-07 08:26:51 +00:00
Fix the width of checkboxes
This commit is contained in:
parent
873cb1fcc5
commit
c97eef753c
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue