Merged in feature/MAPG-175-unify-styles (pull request #166)

MAPG-175 make map title one liner
This commit is contained in:
Bence Pőcze 2020-06-28 18:16:23 +00:00
commit 171b4278a6

View File

@ -18,7 +18,16 @@ div.mapItem>div.title {
color: white; color: white;
border-top-left-radius: 3px; border-top-left-radius: 3px;
border-top-right-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 { div.mapItem>div.title>p.title {