Add margin to input fields for improved spacing in form layout
This commit is contained in:
parent
b1f5356954
commit
d9137a7d79
@ -32,6 +32,10 @@ form {
|
|||||||
grid-column: 1 / -1;
|
grid-column: 1 / -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
label + input:not([type="checkbox"], [type="radio"]) {
|
||||||
|
margin-top: 0.5ch;
|
||||||
|
}
|
||||||
|
|
||||||
input {
|
input {
|
||||||
border: none;
|
border: none;
|
||||||
outline: none;
|
outline: none;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user