From 5ccbd4b43bc9cc8a46f3afe4388f5c4bb3f9496f Mon Sep 17 00:00:00 2001 From: Oliver Eyton-Williams Date: Fri, 30 Aug 2019 20:35:06 +0200 Subject: [PATCH] fix: allow more space for map challenge titles (#36727) --- 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 8d48cf6c9e..5c67705d98 100644 --- a/client/src/components/Map/map.css +++ b/client/src/components/Map/map.css @@ -50,7 +50,7 @@ li.open > .map-title svg:first-child { .map-challenge-title { margin-bottom: 0.25rem; - max-width: 28rem; + max-width: calc(100% - 80px); } .block a {