Merge pull request #1296 from thelounge/astorije/previews-crypto

Fix too big line height previews text on Crypto
This commit is contained in:
Jérémie Astori 2017-07-04 13:34:40 -04:00 committed by GitHub
commit a7ddfbc8a3

View file

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