From 2542ea3124871131323cffcb2adf9385f603554f Mon Sep 17 00:00:00 2001 From: floookay <33830863+floookay@users.noreply.github.com> Date: Mon, 21 Oct 2019 16:37:38 +0200 Subject: [PATCH] fix: display current progress in single line (#37418) --- client/src/components/Map/map.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/Map/map.css b/client/src/components/Map/map.css index c30de73b96..5077999d6e 100644 --- a/client/src/components/Map/map.css +++ b/client/src/components/Map/map.css @@ -33,7 +33,7 @@ button.map-title:hover { .map-title-completed { margin-left: auto; - width: 100px; + min-width: 100px; padding-left: 20px; }