increase select dropdown padding to 4px

This commit is contained in:
David Hill
2026-01-20 17:12:36 +00:00
parent f9c951aa8b
commit 0ffc2c2b39

View File

@@ -51,7 +51,7 @@
overflow: hidden;
border-radius: var(--radius-md);
background-color: var(--surface-raised-stronger-non-alpha);
padding: 2px;
padding: 4px;
box-shadow: var(--shadow-xs-border);
z-index: 60;