From 7aa4a4a44f9d960ea121f36f6e113da1d8bfd211 Mon Sep 17 00:00:00 2001 From: James Morris Date: Fri, 8 Jul 2022 12:20:54 +0200 Subject: [PATCH] Fixed position bugs for when form is with no comments and as edited --- apps/comments-ui/src/components/Form.js | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/apps/comments-ui/src/components/Form.js b/apps/comments-ui/src/components/Form.js index c83cd60344..786747c319 100644 --- a/apps/comments-ui/src/components/Form.js +++ b/apps/comments-ui/src/components/Form.js @@ -119,14 +119,34 @@ const Form = (props) => { dark:bg-[rgba(255,255,255,0.08)] dark:shadow-transparent hover:shadow-xl - ${!commentsCount && '-mt-0 -mr-0 -ml-0'} + ${!commentsCount && !props.isEdit && '-mt-0 -mr-0 -ml-0'} ${focused ? 'cursor-default' : 'cursor-pointer'}` }>