mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-13 18:13:29 +01:00
fix: correctly handle overflowing content
This commit is contained in:
@@ -38,7 +38,7 @@ export function DocContainer({
|
||||
|
||||
return (
|
||||
<Stack>
|
||||
<Title order={2} ml="xs">
|
||||
<Title order={2} ml="xs" className="break-all">
|
||||
<Group>
|
||||
{generateIcon(kind)}
|
||||
{name}
|
||||
|
||||
Reference in New Issue
Block a user