forked from github/plane
[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
@ -48,6 +48,8 @@ export const IssueTitleInput: FC<IssueTitleInputProps> = observer((props) => {
|
|||||||
[setIsSubmitting]
|
[setIsSubmitting]
|
||||||
);
|
);
|
||||||
|
|
||||||
|
if (disabled) return <div className="text-2xl font-medium">{title}</div>;
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="relative">
|
<div className="relative">
|
||||||
<TextArea
|
<TextArea
|
||||||
|
Loading…
Reference in New Issue
Block a user