Add top margin to form footers
This commit is contained in:
parent
e3d1e1fd1d
commit
7b1220c9f6
|
@ -438,6 +438,10 @@ fieldset[is="numerus-toggle"] legend {
|
|||
width: initial;
|
||||
}
|
||||
|
||||
form footer {
|
||||
margin-top: 1em;
|
||||
}
|
||||
|
||||
.full-width {
|
||||
gap: 2rem;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue