bug fix + ui improvements

This commit is contained in:
Daniel
2023-07-24 10:06:24 -04:00
parent cbf53f6e30
commit 1086e22451
3 changed files with 27 additions and 21 deletions
+1 -1
View File
@@ -150,7 +150,7 @@ export default function LinkDetails({ link }: Props) {
}}
/>
)}
<div className="flex flex-col gap- justify-end drop-shadow">
<div className="flex flex-col min-h-[3rem] justify-end drop-shadow">
<p className="text-2xl text-sky-700 capitalize break-words hyphens-auto">
{link.name}
</p>