Fix too big line height previews text on Crypto

This commit is contained in:
Jérémie Astori 2017-07-04 13:15:55 -04:00
parent 72ca99009b
commit 1ba8f10440
No known key found for this signature in database
GPG Key ID: B9A4F245CD67BDE8
1 changed files with 6 additions and 0 deletions

View File

@ -136,3 +136,9 @@ a:hover,
.tooltipped:after { .tooltipped:after {
font-family: Inconsolata-g, monospace; font-family: Inconsolata-g, monospace;
} }
/* Previews */
#chat .toggle-text {
line-height: initial;
}