From 5bd25fc2ed293232adc75ef3651b0864268dfb93 Mon Sep 17 00:00:00 2001 From: orangemug Date: Fri, 20 Apr 2018 15:09:37 +0100 Subject: [PATCH] Fix to allow beta version strings to not wrap. --- src/styles/_toolbar.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/styles/_toolbar.scss b/src/styles/_toolbar.scss index 8e9e428a..a76c708c 100644 --- a/src/styles/_toolbar.scss +++ b/src/styles/_toolbar.scss @@ -10,7 +10,7 @@ } .maputnik-toolbar-logo { - flex: 0 0 170px; + flex: 0 0 180px; width: 180px; text-align: left; background-color: $color-black; @@ -53,6 +53,7 @@ font-size: 10px; bottom: -2px; margin-left: 4px; + white-space: nowrap; } .maputnik-toolbar-action {