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:
Jarek Radosz 2022-08-20 11:19:55 +02:00 committed by GitHub
parent 9b55c42eee
commit e3108ded11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -218,6 +218,7 @@ aside.onebox {
max-width: initial;
max-height: initial;
float: none;
overflow: hidden;
}
}