From ee3def492a4d836f423b75d493c2198d1c16b6fc Mon Sep 17 00:00:00 2001 From: orangemug Date: Wed, 31 Jan 2018 21:36:47 +0000 Subject: [PATCH] Fixed toolbar version position. --- src/styles/_toolbar.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/_toolbar.scss b/src/styles/_toolbar.scss index 8d76da5..cf71aa3 100644 --- a/src/styles/_toolbar.scss +++ b/src/styles/_toolbar.scss @@ -50,7 +50,7 @@ .maputnik-toolbar-version { position: absolute; font-size: 10px; - bottom: 0; + bottom: -2px; margin-left: 4px; }