Skip to content

Commit

Permalink
update overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jhnnsrs committed Oct 29, 2024
1 parent 620ccc8 commit df4a987
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/rekuest/components/cards/NodeCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const TheCard = ({ node, mates }: Props) => {
return (
<RekuestNode.Smart object={node?.id} mates={[reserveMate]}>
<Card
className="group border border-gray-200 dark:border-gray-800 aspect-square ring ring-0 group-data-[selected=true]:ring-1 "
className="group border border-gray-200 dark:border-gray-800 aspect-square ring ring-0 group-data-[selected=true]:ring-1 "
style={{
backgroundSize: `${progress?.progress || 0}% 100%`,
backgroundImage: `linear-gradient(to right, #10b981 ${progress?.progress}%, #10b981 ${progress?.progress}%)`,
Expand All @@ -37,7 +37,7 @@ const TheCard = ({ node, mates }: Props) => {
}}
>
<CardHeader className="flex flex-col justify-between p-3 h-full">
<div className="flex-grow">
<div className="flex-grow overflow-hidden">
<CardTitle>
<RekuestNode.DetailLink object={node?.id}>
{" "}
Expand Down

0 comments on commit df4a987

Please sign in to comment.