Skip to content

Commit

Permalink
Max width
Browse files Browse the repository at this point in the history
  • Loading branch information
pontusab committed Jun 14, 2024
1 parent 6899cbc commit a668816
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export const columns: ColumnDef<Transaction>[] = [
)}
>
<div className="flex space-x-2 items-center">
<span className="line-clamp-1 text-ellipsis max-w-[100px] md:max-w-auto">
<span className="line-clamp-1 text-ellipsis max-w-[100px] md:max-w-none">
{row.original.name}
</span>

Expand Down

0 comments on commit a668816

Please sign in to comment.