UX: Hide chat image overflow (#18000)
When there was a problem with an image the built-in frame would expand way outside the message.
This commit is contained in:
parent
9b55c42eee
commit
e3108ded11
|
@ -218,6 +218,7 @@ aside.onebox {
|
|||
max-width: initial;
|
||||
max-height: initial;
|
||||
float: none;
|
||||
overflow: hidden;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue