Skip to content

Commit

Permalink
[WEB-479]: rendering issue title without overflow problem in issue pe…
Browse files Browse the repository at this point in the history
…ekoverview (#3728)

* chore: rendering issue title without overflow problem

* chore: optimised calssName

* fix: className update
  • Loading branch information
gurusainath authored Feb 21, 2024
1 parent 95871b0 commit fb4f426
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions web/components/issues/title-input.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fb4f426

Please # to comment.