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

This commit is contained in:
John Cowen 2018-07-30 17:58:13 +01:00 committed by GitHub
parent 7903512b26
commit 03935bdf86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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;