add row gap in input grid
This commit is contained in:
parent
b95187ee2c
commit
0a544f87bc
@ -33,6 +33,8 @@ button {
|
|||||||
.input-grid {
|
.input-grid {
|
||||||
display: grid;
|
display: grid;
|
||||||
column-gap: 10px;
|
column-gap: 10px;
|
||||||
|
row-gap: 5px;
|
||||||
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
legend {
|
legend {
|
||||||
|
Loading…
Reference in New Issue
Block a user