From 029eff93176db3785a0f748e1dba236a2532e671 Mon Sep 17 00:00:00 2001 From: orangemug Date: Sun, 16 Feb 2020 22:02:05 +0000 Subject: [PATCH] Added margin-left to function errors to line up with values. --- src/styles/_components.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/styles/_components.scss b/src/styles/_components.scss index a4d666f8..620228fd 100644 --- a/src/styles/_components.scss +++ b/src/styles/_components.scss @@ -194,6 +194,10 @@ .maputnik-input-block-action > div { text-align: right; } + + .maputnik-inline-error { + margin-left: 32%; + } } // SPACE HELPER