Merge pull request #278 from linkwarden/dev

minor fix
This commit is contained in:
Daniel 2023-11-08 03:01:41 +03:30 committed by GitHub
commit 359507c014
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -331,7 +331,7 @@ export default function Dashboard() {
<div className="w-full">
<div
className={`grid overflow-hidden 2xl:grid-cols-3 xl:grid-cols-2 grid-cols-1 gap-5 w-full ${
linkPinDisclosure ? "h-full" : "h-[22rem]"
linkPinDisclosure ? "h-full" : "max-h-[22rem]"
}`}
>
{links