From e45f8d960d77076350654cbafe27721a490e3439 Mon Sep 17 00:00:00 2001 From: orangemug Date: Mon, 20 Apr 2020 13:12:48 +0100 Subject: [PATCH] Added space for beta tag in logo/version header --- src/styles/_toolbar.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/styles/_toolbar.scss b/src/styles/_toolbar.scss index 9e0296db..0c76c2d5 100644 --- a/src/styles/_toolbar.scss +++ b/src/styles/_toolbar.scss @@ -16,8 +16,8 @@ .maputnik-toolbar-logo { text-decoration: none; display: block; - flex: 0 0 180px; - width: 180px; + flex: 0 0 190px; + width: 190px; text-align: left; background-color: $color-black; padding: $margin-2;