Browse Source

Fix images height in Chat

pull/277/head
Timothée Jaussoin 9 years ago
parent
commit
693c053111
  1. 1
      app/widgets/Chat/chat.css

1
app/widgets/Chat/chat.css

@ -70,6 +70,7 @@
max-height: 30rem;
max-width: 100%;
display: block;
height: auto;
}

Loading…
Cancel
Save