From 44a483f895c1a9d1814ef688f0c76722767d31aa Mon Sep 17 00:00:00 2001 From: Akshita Goyal <36129505+gakshita@users.noreply.github.com> Date: Wed, 15 Oct 2025 15:19:40 +0530 Subject: [PATCH] [WEB-5142] fix: Issue modal styling #7961 --- apps/web/core/components/issues/issue-modal/form.tsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/apps/web/core/components/issues/issue-modal/form.tsx b/apps/web/core/components/issues/issue-modal/form.tsx index 5ae351c4b..91c567daa 100644 --- a/apps/web/core/components/issues/issue-modal/form.tsx +++ b/apps/web/core/components/issues/issue-modal/form.tsx @@ -489,7 +489,7 @@ export const IssueFormRoot: FC = observer((props) => { activeAdditionalPropertiesLength > 0 && "shadow-custom-shadow-xs" )} > -
+
= observer((props) => { />
{showActionButtons && ( -
+
{!data?.id && (