Fix some minor CSS errors

This commit is contained in:
Oliver Blanthorn 2017-11-23 11:15:52 +00:00
parent f018af900c
commit cdd928caa2
No known key found for this signature in database
GPG key ID: 2BB8C36BB504BFF3

View file

@ -52,8 +52,6 @@ input {
#completions table tr {
white-space: nowrap;
overflow: hidden;
height: var(--option-height);
line-height: var(--option-height);
}
#completions img {
@ -71,8 +69,8 @@ input {
}
#completions .sectionHeader, #completions .option {
height: --option-height;
line-height: --option-height;
height: var(--option-height);
line-height: var(--option-height);
}
.url {