From bb25d30663bfe543ee9d4a1119238bb8c753799d Mon Sep 17 00:00:00 2001 From: Gazook89 <58999374+Gazook89@users.noreply.github.com> Date: Thu, 15 Sep 2022 12:29:25 -0500 Subject: [PATCH 1/5] flex working, but odd vertical spacing --- .../editor/metadataEditor/metadataEditor.jsx | 34 +++++++------ .../editor/metadataEditor/metadataEditor.less | 50 +++++++++++++------ 2 files changed, 54 insertions(+), 30 deletions(-) diff --git a/client/homebrew/editor/metadataEditor/metadataEditor.jsx b/client/homebrew/editor/metadataEditor/metadataEditor.jsx index 29c193323..a793c4f3f 100644 --- a/client/homebrew/editor/metadataEditor/metadataEditor.jsx +++ b/client/homebrew/editor/metadataEditor/metadataEditor.jsx @@ -231,23 +231,25 @@ const MetadataEditor = createClass({ value={this.props.metadata.title} onChange={(e)=>this.handleFieldChange('title', e)} /> -
- -