[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
This commit is contained in:
guru_sainath 2024-02-21 16:42:04 +05:30 committed by GitHub
parent 95871b0049
commit fb4f4260fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -48,6 +48,8 @@ export const IssueTitleInput: FC<IssueTitleInputProps> = observer((props) => {
[setIsSubmitting]
);
if (disabled) return <div className="text-2xl font-medium">{title}</div>;
return (
<div className="relative">
<TextArea