diff --git a/resources/css/form.css b/resources/css/form.css index fff3e811..b01b58b0 100644 --- a/resources/css/form.css +++ b/resources/css/form.css @@ -157,6 +157,9 @@ input[type="color"] { @apply size-sm px-0; } + select { + @apply pr-6; + } .switch { width: calc(var(--h-field-sm) * 2); input[type="checkbox"] {