ui: Adds bottom breathing space on the bottom of forms (#4433)

pull/4484/head
John Cowen 6 years ago committed by GitHub
parent 12811c0844
commit fde41467cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -53,6 +53,10 @@ main > * {
main p { main p {
margin-bottom: 1em; margin-bottom: 1em;
} }
main form,
main form + div .with-confirmation {
margin-bottom: 2em;
}
html body > svg { html body > svg {
display: none; display: none;
position: absolute; position: absolute;

Loading…
Cancel
Save