From fde41467cf6814371be24d46a884f3980220986f Mon Sep 17 00:00:00 2001 From: John Cowen Date: Mon, 30 Jul 2018 17:58:13 +0100 Subject: [PATCH] ui: Adds bottom breathing space on the bottom of forms (#4433) --- ui-v2/app/styles/core/layout.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ui-v2/app/styles/core/layout.scss b/ui-v2/app/styles/core/layout.scss index 442993f7da..8f56e985c1 100644 --- a/ui-v2/app/styles/core/layout.scss +++ b/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;