fix: codeblock background and other mobile issues (#10892)

* fix: codeblock background

* fix: horizontal scroll on properties

* fix: badge text wrapping

* fix: wrap overload tab list
This commit is contained in:
Almeida
2025-05-07 22:17:09 +01:00
committed by GitHub
parent 436784f945
commit f686c83b18
6 changed files with 11 additions and 11 deletions

View File

@@ -72,7 +72,7 @@ export async function DocNode({ node, version }: { readonly node?: any; readonly
key={`${language}-${text}-${idx}`}
>
<SyntaxHighlighter
className="w-min bg-[#f3f3f4] py-4 text-sm dark:bg-[#121214]"
className="min-w-max bg-[#f3f3f4] py-4 text-sm dark:bg-[#121214]"
code={text}
lang={language}
/>