From fb4f4260fa27c650845d97b89bddd7a366f26fdd Mon Sep 17 00:00:00 2001 From: guru_sainath Date: Wed, 21 Feb 2024 16:42:04 +0530 Subject: [PATCH] [WEB-479]: rendering issue title without overflow problem in issue peekoverview (#3728) * chore: rendering issue title without overflow problem * chore: optimised calssName * fix: className update --- web/components/issues/title-input.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/components/issues/title-input.tsx b/web/components/issues/title-input.tsx index 55dd80b87..dbd18aaaa 100644 --- a/web/components/issues/title-input.tsx +++ b/web/components/issues/title-input.tsx @@ -48,6 +48,8 @@ export const IssueTitleInput: FC = observer((props) => { [setIsSubmitting] ); + if (disabled) return
{title}
; + return (