Skip to content

Commit

Permalink
feat(item-name): set longer width
Browse files Browse the repository at this point in the history
  • Loading branch information
Iqro-dev committed Nov 23, 2024
1 parent de1bdc9 commit e91a0f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/items/misc/item-name.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function ItemName({ name, href, className }: ItemName.Props) {
<LinkButton href={href} className="flex justify-start">
<p
className={cn(
'max-w-[270px] truncate sm:max-w-[240px] xl:max-w-[340px]',
'max-w-[350px] truncate sm:max-w-[400px] md:max-w-[240px] xl:max-w-[340px]',
className
)}
>
Expand Down

0 comments on commit e91a0f3

Please sign in to comment.