vertical align now is a percentage of the label font size

This commit is contained in:
Laura Klünder 2019-12-22 03:16:09 +01:00
parent e856456596
commit cfc4ae71ff

View file

@ -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%;
} }
} }