fix(guide): let the breadcrumbs grow to the full size

This commit is contained in:
iCrawl 2023-04-16 13:29:55 +02:00
parent 8c0eb56ba5
commit d5e9e36e8a
No known key found for this signature in database
GPG key ID: 1AB888B16355FBB2

View file

@ -70,7 +70,7 @@ export default function Header() {
>
<VscMenu size={24} />
</Button>
<div className="hidden lg:flex lg:flex-row lg:overflow-hidden">{breadcrumbs}</div>
<div className="hidden lg:flex lg:grow lg:flex-row lg:overflow-hidden">{breadcrumbs}</div>
<div className="flex flex-row place-items-center gap-4">
<Button
aria-label="GitHub"