From fc80f087242201ddcf2509dbed1f6034dc5ea73e Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 15 Jun 2019 12:46:36 +0200 Subject: [PATCH] fix(fe): style notifications acceptably for now --- templates/default-layout.lucius | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/templates/default-layout.lucius b/templates/default-layout.lucius index 8e9b86452..b6236c080 100644 --- a/templates/default-layout.lucius +++ b/templates/default-layout.lucius @@ -565,6 +565,7 @@ section { color: var(--color-dark); box-shadow: 0 0 4px 2px inset currentColor; padding-left: 20%; + min-height: 100px; &::before { content: 'i'; @@ -579,6 +580,10 @@ section { justify-content: center; } } + +.form-group__input > .notification { + margin: 0; +} @media (max-width: 768px) {