Fix slect field padding
This commit is contained in:
parent
5ca4f07c60
commit
6f9ccd7c92
resources/css
|
@ -157,6 +157,9 @@
|
||||||
input[type="color"] {
|
input[type="color"] {
|
||||||
@apply size-sm px-0;
|
@apply size-sm px-0;
|
||||||
}
|
}
|
||||||
|
select {
|
||||||
|
@apply pr-6;
|
||||||
|
}
|
||||||
.switch {
|
.switch {
|
||||||
width: calc(var(--h-field-sm) * 2);
|
width: calc(var(--h-field-sm) * 2);
|
||||||
input[type="checkbox"] {
|
input[type="checkbox"] {
|
||||||
|
|
Loading…
Reference in New Issue