Browse Source

set select dropdown min-width to 180px

David Hill 1 month ago
parent
commit
09a6107649
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/ui/src/components/select.css

+ 1 - 1
packages/ui/src/components/select.css

@@ -46,7 +46,7 @@
 }
 
 [data-component="select-content"] {
-  min-width: 4rem;
+  min-width: 180px;
   max-width: 23rem;
   overflow: hidden;
   border-radius: var(--radius-md);