From 092d25d63cc333a84f8ab7b1d874ed10c5abd9a4 Mon Sep 17 00:00:00 2001 From: Niraj Nandish Date: Fri, 15 Feb 2019 14:06:05 +0400 Subject: [PATCH] fix: alignment of number of challenges in Map Title (#35130) --- 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 21b75e6c11..9ace48c60b 100644 --- a/client/src/components/Map/map.css +++ b/client/src/components/Map/map.css @@ -29,7 +29,7 @@ .map-title-completed { margin-left: auto; - width: 90px; + width: 100px; padding-left: 20px; }