fix: allow more space for map challenge titles (#36727)
This commit is contained in:
committed by
mrugesh
parent
a5536b0790
commit
5ccbd4b43b
@ -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 {
|
||||
|
Reference in New Issue
Block a user