From a218c298313510f8127311ec810601db846d9094 Mon Sep 17 00:00:00 2001 From: Mehak Nasir Date: Mon, 9 Jan 2023 22:19:21 +0500 Subject: [PATCH 1/3] style: fixes add/edit post section redesigned --- src/components/PostPreviewPane.jsx | 5 ++-- .../posts/post-editor/PostEditor.jsx | 28 ++++++++++--------- 2 files changed, 18 insertions(+), 15 deletions(-) diff --git a/src/components/PostPreviewPane.jsx b/src/components/PostPreviewPane.jsx index 16c2a7d6..99455b97 100644 --- a/src/components/PostPreviewPane.jsx +++ b/src/components/PostPreviewPane.jsx @@ -37,9 +37,10 @@ function PostPreviewPane({ && ( diff --git a/src/discussions/posts/post-editor/PostEditor.jsx b/src/discussions/posts/post-editor/PostEditor.jsx index adffc4fc..4c93cfbf 100644 --- a/src/discussions/posts/post-editor/PostEditor.jsx +++ b/src/discussions/posts/post-editor/PostEditor.jsx @@ -59,7 +59,7 @@ function DiscussionPostType({ }) { // Need to use regular label since Form.Label doesn't support overriding htmlFor return ( -