Skip to content

Commit

Permalink
chore(nx-dev): add back padding bottom for cards (nrwl#15151)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcabanes authored Feb 21, 2023
1 parent ba90186 commit 580459b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nx-dev/ui-markdoc/src/lib/tags/cards.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export function Card({
src={`https://img.youtube.com/vi/${hasYoutubeId}/default.jpg`}
/>
)}
<div className="flex flex-col p-3 pr-0 pb-0">
<div className="flex flex-col p-3 pr-0">
<a href={url} title={title} className="flex items-center font-semibold">
<span className="absolute inset-0" aria-hidden="true"></span>
{!hasYoutubeId ? iconMap[type] : null}
Expand Down

0 comments on commit 580459b

Please sign in to comment.