1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-22 23:05:45 +01:00

:hi CompMsg height: 1.5em; line-height: 1.5em; as the completion rows.

This commit is contained in:
Kris Maglione
2008-11-29 16:56:57 +00:00
parent 4124c73f23
commit 92e8615207
3 changed files with 8 additions and 2 deletions

View File

@@ -65,6 +65,12 @@ the terms of any one of the MPL, the GPL or the LGPL.
display: table-cell;
vertical-align: middle;
}
[liberator|highlight~=CompMsg] {
height: 1.5em;
line-height: 1.5em !important;
}
.td-span {
display: inline-block;
overflow: visible;