forked from mystiq/hydrogen-web
fix image height scaling when full width doesn't fit on screen
This commit is contained in:
parent
b277d39ecf
commit
d79e34e450
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@
|
|||
|
||||
.message-container img {
|
||||
max-width: 100%;
|
||||
height: 100%;
|
||||
display: block;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue