mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-22 19:14:52 +01:00
prevent images from growing larger than container
This commit is contained in:
parent
d6882f075a
commit
df08ac216d
@ -26,6 +26,11 @@
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.message-container img {
|
||||
max-width: 100%;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.TextMessageView {
|
||||
display: flex;
|
||||
min-width: 0;
|
||||
|
Loading…
Reference in New Issue
Block a user