From 1e1c8bc7128099320f1a7606d4ee37b7fb6c0cbf Mon Sep 17 00:00:00 2001 From: Maxim Balaganskiy Date: Mon, 4 May 2020 13:51:47 +1000 Subject: [PATCH] fix(validation-container): shift errors correctly --- src/elements/colours/at-colours.scss | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/elements/colours/at-colours.scss b/src/elements/colours/at-colours.scss index eed7ed1..5afb34b 100644 --- a/src/elements/colours/at-colours.scss +++ b/src/elements/colours/at-colours.scss @@ -84,10 +84,11 @@ nav { validation-container { >div.wrapper { - >.helper-text { - position: absolute; - bottom: -18px; - width: 100%; + >div { + +.helper-text { + margin-top: -8px; + width: 100%; + } } } }