[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:
parent
95871b0049
commit
fb4f4260fa
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue