Skip to content

Commit aa82661

Browse files
fix: wrap on PropTable column Type on whitespace
1 parent 7ef92d5 commit aa82661

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/PropsTable.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export const PropsTable: React.FC<PropsTableProps> = ({ props: componentProps }:
3232
{prop.name}
3333
</Text>
3434
</TableCell>
35-
<TableCell>
35+
<TableCell style={{ whiteSpace: 'normal' }}>
3636
<Text fontSize="inherit" fontFamily="monospace" as="p">
3737
{prop.type}
3838
</Text>

0 commit comments

Comments
 (0)