We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42d27a6 commit 7e19b01Copy full SHA for 7e19b01
src/components/shared/grid-cards/GridCards.tsx
@@ -57,7 +57,7 @@ export default function GridCards(props: GridCardsProps) {
57
</a>
58
</div>
59
<div className="flow-root font-normal">
60
- <div className="text-gray-500 float-left" style={{ maxWidth: '250px' }}>
+ <div className="text-gray-500 float-left line-clamp-3" style={{ maxWidth: '250px' }}>
61
{heuristic.description}
62
63
<div className="float-right">
0 commit comments