changes + improvements

This commit is contained in:
Daniel
2023-06-20 22:08:16 +03:30
parent fd0f6e035d
commit fdbe2e0d9f
3 changed files with 11 additions and 5 deletions
+1 -3
View File
@@ -194,11 +194,9 @@ export default function LinkDetails({ link }: Props) {
</div>
{link.description && (
<>
<hr className="my-3" />
<div className="text-sky-900 max-h-[20rem] rounded-md overflow-y-auto hyphens-auto">
<div className="text-gray-500 max-h-[20rem] my-3 rounded-md overflow-y-auto hyphens-auto">
{link.description}
</div>
<hr className="my-3" />
</>
)}