style: change widths of metadata draw cols
All checks were successful
Deploy eolas-app / deploy (push) Successful in 52s
All checks were successful
Deploy eolas-app / deploy (push) Successful in 52s
This commit is contained in:
parent
5918b40d1e
commit
1b5ac7ad00
1 changed files with 2 additions and 2 deletions
|
|
@ -20,7 +20,7 @@ export default function EntryReferences({ entryTitle }) {
|
||||||
})
|
})
|
||||||
|
|
||||||
return (
|
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="w-full">
|
||||||
<div className="flex flex row justify-between bg-sidebar">
|
<div className="flex flex row justify-between bg-sidebar">
|
||||||
<h3 className="font-medium text-sm p-1 ml-1">Incoming links</h3>
|
<h3 className="font-medium text-sm p-1 ml-1">Incoming links</h3>
|
||||||
|
|
@ -75,7 +75,7 @@ export default function EntryReferences({ entryTitle }) {
|
||||||
<Link
|
<Link
|
||||||
key={i}
|
key={i}
|
||||||
to={`/tags/${item}`}
|
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}
|
{item}
|
||||||
</Link>
|
</Link>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue