From 8d8c76db0e8c87e67fd5e3abf7db48556abc6818 Mon Sep 17 00:00:00 2001 From: Travis Eden Date: Fri, 9 Nov 2018 13:55:06 -0500 Subject: [PATCH] add className=dropzone-wrapper to flexbox alignment --- client/src/containers/Dropzone/view.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/containers/Dropzone/view.jsx b/client/src/containers/Dropzone/view.jsx index 436bac99..8ec379e5 100644 --- a/client/src/containers/Dropzone/view.jsx +++ b/client/src/containers/Dropzone/view.jsx @@ -84,7 +84,7 @@ class Dropzone extends React.Component { const { dragOver, mouseOver, dimPreview } = this.state; const { file, thumbnail, fileError, isUpdate, sourceUrl, fileExt } = this.props; return ( -
+
{isUpdate && fileExt === 'mp4' ? (

Video updates are currently disabled. This feature will be available soon. You can edit metadata.

) : ( -- 2.45.3