Merged in feature/MAPG-175-unify-styles (pull request #166)
MAPG-175 make map title one liner
This commit is contained in:
commit
171b4278a6
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user