MAPG-175 make map title one liner
This commit is contained in:
parent
34f0c92eb5
commit
091018d22f
@ -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