fix image height scaling when full width doesn't fit on screen

This commit is contained in:
Bruno Windels 2020-05-10 09:59:51 +02:00
parent b277d39ecf
commit d79e34e450

View file

@ -28,6 +28,7 @@
.message-container img {
max-width: 100%;
height: 100%;
display: block;
}