mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-17 20:13:30 +01:00
refactor: better spacing
This commit is contained in:
@@ -19,7 +19,7 @@ export function ParameterTable({ data }: { data: ParameterDocumentation[] }) {
|
||||
|
||||
return (
|
||||
<Box>
|
||||
<ScrollArea offsetScrollbars>
|
||||
<ScrollArea pb="xs" offsetScrollbars>
|
||||
<Table columns={['Name', 'Type', 'Optional', 'Description']} rows={rows} columnStyles={columnStyles} />
|
||||
</ScrollArea>
|
||||
</Box>
|
||||
|
||||
Reference in New Issue
Block a user