From c97eef753cb31fc6f1846238c8136c241f3d02c4 Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Tue, 11 Feb 2025 13:23:51 -0500 Subject: [PATCH] Fix the width of checkboxes --- webview-ui/src/index.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/webview-ui/src/index.css b/webview-ui/src/index.css index facc2db084..d4ccf2f233 100644 --- a/webview-ui/src/index.css +++ b/webview-ui/src/index.css @@ -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 */