fix(nx-dev): toc width (#16592)

This commit is contained in:
Isaac Mann 2023-04-26 17:44:34 -04:00 committed by GitHub
parent 4406ce0a29
commit ae48f04311
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -98,7 +98,7 @@ export function DocViewer({
{!isIntro && (
<div
className={cx(
'fixed top-36 right-[max(4rem,calc(50%-55rem))] z-20 hidden w-60 overflow-y-auto bg-white py-10 text-sm dark:bg-slate-900 xl:block'
'fixed top-36 right-[max(2rem,calc(50%-55rem))] z-20 hidden w-60 overflow-y-auto bg-white py-10 text-sm dark:bg-slate-900 xl:block'
)}
>
<TableOfContents