fix: allow more space for map challenge titles (#36727)

This commit is contained in:
Oliver Eyton-Williams
2019-08-30 20:35:06 +02:00
committed by mrugesh
parent a5536b0790
commit 5ccbd4b43b

View File

@ -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 {