minor fix
This commit is contained in:
parent
fbc1d4b113
commit
518b94b1f4
|
@ -331,7 +331,7 @@ export default function Dashboard() {
|
||||||
<div className="w-full">
|
<div className="w-full">
|
||||||
<div
|
<div
|
||||||
className={`grid overflow-hidden 2xl:grid-cols-3 xl:grid-cols-2 grid-cols-1 gap-5 w-full ${
|
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
|
{links
|
||||||
|
|
Ŝarĝante…
Reference in New Issue