Browse Source

Fix the width of checkboxes

Matt Rubens 11 months ago
parent
commit
c97eef753c
1 changed files with 5 additions and 0 deletions
  1. 5 0
      webview-ui/src/index.css

+ 5 - 0
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
  */