mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-14 10:33:30 +01:00
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:
@@ -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}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user