MAPG-175 make map title one liner

This commit is contained in:
Bence Pőcze 2020-06-28 20:15:11 +02:00
parent 34f0c92eb5
commit 091018d22f
Signed by: bence
GPG Key ID: AA52B11A3269D1C1

View File

@ -18,7 +18,16 @@ div.mapItem>div.title {
color: white;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
padding: 4px 8px;
padding: 0 8px;
height: 35px;
line-height: 35px;
}
div.mapItem>div.title>p {
line-height: inherit;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
div.mapItem>div.title>p.title {