Skip to content

Commit c97eef7

Browse files
committed
Fix the width of checkboxes
1 parent 873cb1f commit c97eef7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

webview-ui/src/index.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,11 @@ vscode-dropdown::part(listbox) {
319319
max-height: unset !important;
320320
}
321321

322+
.vscrui-checkbox svg {
323+
min-width: 16px;
324+
min-height: 16px;
325+
}
326+
322327
/**
323328
* @shadcn/ui Overrides / Hacks
324329
*/

0 commit comments

Comments
 (0)