diff --git a/client/src/components/Map/map.css b/client/src/components/Map/map.css index 5077999d6e..1cef543537 100644 --- a/client/src/components/Map/map.css +++ b/client/src/components/Map/map.css @@ -20,6 +20,7 @@ button.map-title { background: transparent; border: none; text-align: left; + width: 100%; } button.map-title:hover { @@ -52,7 +53,10 @@ li.open > .map-title svg:first-child { .map-challenge-title { display: flex; margin-bottom: 0.25rem; - max-width: calc(100% - 105px); +} + +.map-challenge-title a { + width: 100%; } @media (max-width: 640px) {