Add full width hover to map (#38412)
Co-authored-by: Tobias <tobias.helsing@futurice.com>
This commit is contained in:
@@ -20,6 +20,7 @@ button.map-title {
|
|||||||
background: transparent;
|
background: transparent;
|
||||||
border: none;
|
border: none;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
button.map-title:hover {
|
button.map-title:hover {
|
||||||
@@ -52,7 +53,10 @@ li.open > .map-title svg:first-child {
|
|||||||
.map-challenge-title {
|
.map-challenge-title {
|
||||||
display: flex;
|
display: flex;
|
||||||
margin-bottom: 0.25rem;
|
margin-bottom: 0.25rem;
|
||||||
max-width: calc(100% - 105px);
|
}
|
||||||
|
|
||||||
|
.map-challenge-title a {
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 640px) {
|
@media (max-width: 640px) {
|
||||||
|
Reference in New Issue
Block a user