Skip to content

Commit 049162b

Browse files
committed
fix: add no shrink to learn more text
1 parent cf714c1 commit 049162b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Shared/Components/Plugin/PluginCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ const PluginCard = ({
8484
</div>
8585

8686
{docLink && (
87-
<div className="flexbox dc__gap-4 dc__visible-hover--child dc__align-items-center">
87+
<div className="flexbox dc__gap-4 dc__visible-hover--child dc__align-items-center dc__no-shrink">
8888
<a
8989
href={docLink}
9090
className="anchor fs-12 fw-6 lh-20"

0 commit comments

Comments
 (0)