Fix slect field padding
This commit is contained in:
parent
5ca4f07c60
commit
6f9ccd7c92
resources/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"] {
|
||||
|
|
Loading…
Reference in New Issue