avoid overlap
This commit is contained in:
parent
b8c2a16f92
commit
9f550db008
1 changed files with 3 additions and 2 deletions
|
@ -579,15 +579,16 @@ main.show-options #resultswrapper #route-options {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
.location-label-text {
|
.location-label-text {
|
||||||
line-height: 110%;
|
line-height: 100%;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
transform: translateX(-50%) translateY(-50%);
|
transform: translateX(-50%) translateY(-50%);
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
||||||
span {
|
span {
|
||||||
line-height: 110%;
|
line-height: 100%;
|
||||||
background-color: rgba(255, 255, 255, 0.6);
|
background-color: rgba(255, 255, 255, 0.6);
|
||||||
|
vertical-align: 2px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue