Fix image preview talking full width
Bootstrap was taking over these declarations because they use `!important`.
This commit is contained in:
parent
6a273d825a
commit
d842517c4e
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user