vertical align now is a percentage of the label font size
This commit is contained in:
parent
e856456596
commit
cfc4ae71ff
1 changed files with 1 additions and 1 deletions
|
@ -588,7 +588,7 @@ main.show-options #resultswrapper #route-options {
|
||||||
span {
|
span {
|
||||||
line-height: 100%;
|
line-height: 100%;
|
||||||
background-color: rgba(255, 255, 255, 0.6);
|
background-color: rgba(255, 255, 255, 0.6);
|
||||||
vertical-align: 3px;
|
vertical-align: 12%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue