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 {
display: block;
}
#chat .toggle-content.toggle-type-image.show {
display: inline;
display: inline-block !important;
}
#chat .count {