forked from mystiq/hydrogen-web
prevent images from growing larger than container
This commit is contained in:
parent
d6882f075a
commit
df08ac216d
1 changed files with 5 additions and 0 deletions
|
@ -26,6 +26,11 @@
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.message-container img {
|
||||||
|
max-width: 100%;
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
.TextMessageView {
|
.TextMessageView {
|
||||||
display: flex;
|
display: flex;
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
|
|
Loading…
Reference in a new issue