summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjörn Roland <bjoernr-de@users.noreply.github.com>2017-01-26 03:12:03 +0100
committerenahum <nahumhbl@gmail.com>2017-01-25 23:12:03 -0300
commit78ca99969262343daa29952c45216e9e801a6045 (patch)
treebac81197cc36ef84ea82ee76047c63535c9e4dfe
parent504f3e17238058ceebeb0af506ef3838ec8e40f8 (diff)
downloadchat-78ca99969262343daa29952c45216e9e801a6045.tar.gz
chat-78ca99969262343daa29952c45216e9e801a6045.tar.bz2
chat-78ca99969262343daa29952c45216e9e801a6045.zip
PLT-4898 Fix emoji reaction position for image thumbnails (#5194)
-rw-r--r--webapp/components/file_attachment_list.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/components/file_attachment_list.jsx b/webapp/components/file_attachment_list.jsx
index 3d39d8709..472cd2686 100644
--- a/webapp/components/file_attachment_list.jsx
+++ b/webapp/components/file_attachment_list.jsx
@@ -50,7 +50,7 @@ export default class FileAttachmentList extends React.Component {
return (
<div>
- <div className='post-image__columns'>
+ <div className='post-image__columns clearfix'>
{postFiles}
</div>
<ViewImageModal