avoid overlap

This commit is contained in:
Laura Klünder 2019-12-22 03:08:17 +01:00
parent b8c2a16f92
commit 9f550db008

View file

@ -579,15 +579,16 @@ main.show-options #resultswrapper #route-options {
white-space: nowrap;
}
.location-label-text {
line-height: 110%;
line-height: 100%;
border-radius: 2px;
white-space: nowrap;
transform: translateX(-50%) translateY(-50%);
text-align: center;
span {
line-height: 110%;
line-height: 100%;
background-color: rgba(255, 255, 255, 0.6);
vertical-align: 2px;
}
}