Add top margin to form footers

This commit is contained in:
jordi fita mas 2024-08-21 11:38:52 +02:00
parent e3d1e1fd1d
commit 7b1220c9f6
1 changed files with 4 additions and 0 deletions

View File

@ -438,6 +438,10 @@ fieldset[is="numerus-toggle"] legend {
width: initial; width: initial;
} }
form footer {
margin-top: 1em;
}
.full-width { .full-width {
gap: 2rem; gap: 2rem;
} }