mirror of
https://github.com/discourse/discourse.git
synced 2025-02-16 16:24:55 +00: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:
parent
9b55c42eee
commit
e3108ded11
@ -218,6 +218,7 @@ aside.onebox {
|
|||||||
max-width: initial;
|
max-width: initial;
|
||||||
max-height: initial;
|
max-height: initial;
|
||||||
float: none;
|
float: none;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user