set select dropdown min-width to 180px

This commit is contained in:
David Hill 2026-01-20 17:14:38 +00:00
commit 09a6107649

View file

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