From 1ba8f10440a7cfb1d611d47c410ffacd7f1620f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Astori?= Date: Tue, 4 Jul 2017 13:15:55 -0400 Subject: [PATCH] Fix too big line height previews text on Crypto --- client/themes/crypto.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/client/themes/crypto.css b/client/themes/crypto.css index 96df390f..2bf81154 100644 --- a/client/themes/crypto.css +++ b/client/themes/crypto.css @@ -136,3 +136,9 @@ a:hover, .tooltipped:after { font-family: Inconsolata-g, monospace; } + +/* Previews */ + +#chat .toggle-text { + line-height: initial; +}