Fix slect field padding

This commit is contained in:
philipp lang 2021-08-23 00:25:45 +02:00
parent 5ca4f07c60
commit 6f9ccd7c92
1 changed files with 3 additions and 0 deletions
resources/css

View File

@ -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"] {