mirror of
https://github.com/vercel/commerce.git
synced 2025-05-15 22:16:58 +00:00
line-clamp
This commit is contained in:
parent
b31e37691d
commit
8c8c42cc55
@ -19,7 +19,7 @@ const Label = ({
|
|||||||
})}
|
})}
|
||||||
>
|
>
|
||||||
<div className="flex w-full items-center rounded-full border bg-white/70 p-1 text-xs font-semibold text-black backdrop-blur-md dark:border-neutral-800 dark:bg-black/70 dark:text-white">
|
<div className="flex w-full items-center rounded-full border bg-white/70 p-1 text-xs font-semibold text-black backdrop-blur-md dark:border-neutral-800 dark:bg-black/70 dark:text-white">
|
||||||
<h3 className="mr-4 flex-grow truncate pl-2 leading-none tracking-tight">{title}</h3>
|
<h3 className="mr-4 line-clamp-2 flex-grow pl-2 leading-none tracking-tight">{title}</h3>
|
||||||
<Price
|
<Price
|
||||||
className="flex-none rounded-full bg-blue-600 p-2 text-white"
|
className="flex-none rounded-full bg-blue-600 p-2 text-white"
|
||||||
amount={amount}
|
amount={amount}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user