From 327a4a9b346e24a33191b2ab1ae053e48b34606f Mon Sep 17 00:00:00 2001 From: DzmitryUr Date: Mon, 18 Feb 2019 18:15:57 +0300 Subject: [PATCH] fix(client): prevent panels widening in curriculum map --- client/src/components/Map/map.css | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/components/Map/map.css b/client/src/components/Map/map.css index 3141bab0b6..287078d5ea 100644 --- a/client/src/components/Map/map.css +++ b/client/src/components/Map/map.css @@ -45,6 +45,7 @@ li.open > .map-title svg:first-child { .map-challenge-title { margin-bottom: 0.25rem; + max-width: 28rem; } .night .map-challenge-title a,