mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
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:
@@ -218,6 +218,7 @@ aside.onebox {
|
||||
max-width: initial;
|
||||
max-height: initial;
|
||||
float: none;
|
||||
overflow: hidden;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user