Skip to content

Commit

Permalink
fix: add line clamp for result header
Browse files Browse the repository at this point in the history
  • Loading branch information
invisal committed Jul 22, 2024
1 parent 3736a1f commit d129ba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/gui/query-result-table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ function Header({
}}
>
{header.icon ? <div className="mr-2">{header.icon}</div> : null}
<div className="grow">{header.displayName}</div>
<div className="grow line-clamp-1">{header.displayName}</div>
<LucideChevronDown className="text-mute w-4 h-4 cursor-pointer" />
</div>
</DropdownMenuTrigger>
Expand Down

0 comments on commit d129ba5

Please sign in to comment.