style: change widths of metadata draw cols
All checks were successful
Deploy eolas-app / deploy (push) Successful in 52s

This commit is contained in:
Thomas Bishop 2025-12-01 19:13:15 +00:00
parent 5918b40d1e
commit 1b5ac7ad00

View file

@ -20,7 +20,7 @@ export default function EntryReferences({ entryTitle }) {
})
return (
<div className="w-full flex flex-row justify-between gap-3">
<div className="w-full md:flex flex-row justify-stretch gap-3">
<div className="w-full">
<div className="flex flex row justify-between bg-sidebar">
<h3 className="font-medium text-sm p-1 ml-1">Incoming links</h3>
@ -75,7 +75,7 @@ export default function EntryReferences({ entryTitle }) {
<Link
key={i}
to={`/tags/${item}`}
className="text-foreground underline-offset-3 text-sm underline hover:text-gray-700 dark:hover:text-green-300 pr-2"
className="text-foreground underline-offset-3 text-sm underline hover:text-gray-700 dark:hover:text-green-300 pr-2 block mb-2"
>
{item}
</Link>