fix(nx-dev): toc width (#16592)
This commit is contained in:
parent
4406ce0a29
commit
ae48f04311
@ -98,7 +98,7 @@ export function DocViewer({
|
|||||||
{!isIntro && (
|
{!isIntro && (
|
||||||
<div
|
<div
|
||||||
className={cx(
|
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
|
<TableOfContents
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user