Skip to content

Commit

Permalink
fix: janhq#1545 long thread title
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Lucido <[email protected]>
  • Loading branch information
lucido-simon authored and urmauur committed Jan 16, 2024
1 parent 15af081 commit 3670e74
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions web/containers/Layout/TopBar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,14 @@ const TopBar = () => {
</div>
</div>
</div>
<div className="absolute left-80 h-full">
<div
className={twMerge(
'absolute left-80 right-10 h-full',
showing && 'right-80'
)}
>
<div className="flex h-full items-center">
<span className="text-sm font-bold">
<span className="truncate text-ellipsis text-sm font-bold">
{titleScreen(mainViewState)}
</span>
</div>
Expand Down

0 comments on commit 3670e74

Please sign in to comment.