From 0705522a24e13a7592f40488af9c2982db6bfe01 Mon Sep 17 00:00:00 2001 From: orangemug Date: Mon, 17 Feb 2020 13:44:05 +0000 Subject: [PATCH] Fixed width issue with expression error UI. --- src/styles/_components.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/styles/_components.scss b/src/styles/_components.scss index 87128e95..375f55fe 100644 --- a/src/styles/_components.scss +++ b/src/styles/_components.scss @@ -195,6 +195,10 @@ text-align: right; } +} + +.maputnik-data-spec-block, +.maputnik-zoom-spec-property { .maputnik-inline-error { margin-left: 32%; }