Skip to content

Commit

Permalink
fix: entry column title top overflow
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <i@innei.in>
  • Loading branch information
Innei committed Sep 30, 2024
1 parent 361b09e commit 4478034
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export const EntryListHeader: FC<{

const titleInfo = !!headerTitle && (
<div className={!titleAtBottom ? "min-w-0 translate-y-1" : void 0}>
<div className="min-w-0 break-all text-lg font-bold leading-none">
<div className="h-6 min-w-0 break-all text-lg font-bold leading-tight">
<EllipsisHorizontalTextWithTooltip className="inline-block !w-auto max-w-full">
<span className="relative -top-px">{headerTitle}</span>
</EllipsisHorizontalTextWithTooltip>
Expand Down

0 comments on commit 4478034

Please sign in to comment.