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 {
|
#chat .toggle-content.show {
|
||||||
display: block;
|
display: inline-block !important;
|
||||||
}
|
|
||||||
|
|
||||||
#chat .toggle-content.toggle-type-image.show {
|
|
||||||
display: inline;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#chat .count {
|
#chat .count {
|
||||||
|
Loading…
Reference in New Issue
Block a user