From d842517c4ec2f11e157feb77c3feb855ebda695d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Astori?= Date: Tue, 4 Apr 2017 02:09:53 -0400 Subject: [PATCH] Fix image preview talking full width Bootstrap was taking over these declarations because they use `!important`. --- client/css/style.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/client/css/style.css b/client/css/style.css index 7f46637c..acbcd8df 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -1144,11 +1144,7 @@ kbd { } #chat .toggle-content.show { - display: block; -} - -#chat .toggle-content.toggle-type-image.show { - display: inline; + display: inline-block !important; } #chat .count {