Browse Source

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

pull/4484/head
John Cowen 6 years ago committed by GitHub
parent
commit
fde41467cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      ui-v2/app/styles/core/layout.scss

4
ui-v2/app/styles/core/layout.scss

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

Loading…
Cancel
Save