Skip to content

Commit d131b89

Browse files
CopilotRobert27
andauthored
fix: event title overflow in data table (#12)
Co-authored-by: Robert27 <53063597+Robert27@users.noreply.github.com>
1 parent 43a0817 commit d131b89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/components/events/use-event-columns.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export function useEventColumns({
3131
),
3232
cell: ({ row }) => (
3333
<div className="max-w-[380px] space-y-1">
34-
<div className="font-medium text-sm leading-tight">
34+
<div className="font-medium text-sm leading-tight truncate">
3535
{row.original.title_de}
3636
</div>
3737
{row.original.description_de && (

0 commit comments

Comments
 (0)