chore(nx-dev): add back padding bottom for cards (#15151)
This commit is contained in:
parent
ba90186628
commit
580459bccb
@ -61,7 +61,7 @@ export function Card({
|
|||||||
src={`https://img.youtube.com/vi/${hasYoutubeId}/default.jpg`}
|
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">
|
<a href={url} title={title} className="flex items-center font-semibold">
|
||||||
<span className="absolute inset-0" aria-hidden="true"></span>
|
<span className="absolute inset-0" aria-hidden="true"></span>
|
||||||
{!hasYoutubeId ? iconMap[type] : null}
|
{!hasYoutubeId ? iconMap[type] : null}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user