Skip to content

Commit 7e19b01

Browse files
committed
Adds lineclamp to heuristics overview desc
1 parent 42d27a6 commit 7e19b01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/shared/grid-cards/GridCards.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export default function GridCards(props: GridCardsProps) {
5757
</a>
5858
</div>
5959
<div className="flow-root font-normal">
60-
<div className="text-gray-500 float-left" style={{ maxWidth: '250px' }}>
60+
<div className="text-gray-500 float-left line-clamp-3" style={{ maxWidth: '250px' }}>
6161
{heuristic.description}
6262
</div>
6363
<div className="float-right">

0 commit comments

Comments
 (0)