Fix image preview talking full width

Bootstrap was taking over these declarations because they use `!important`.
This commit is contained in:
Jérémie Astori 2017-04-04 02:09:53 -04:00
parent 6a273d825a
commit d842517c4e

View File

@ -1144,11 +1144,7 @@ kbd {
} }
#chat .toggle-content.show { #chat .toggle-content.show {
display: block; display: inline-block !important;
}
#chat .toggle-content.toggle-type-image.show {
display: inline;
} }
#chat .count { #chat .count {