Skip to content
This repository was archived by the owner on Nov 21, 2025. It is now read-only.

Commit aad0c3a

Browse files
authored
style(gatsby-theme-docz): remove word-wrap on Props component (#1209)
1 parent d726fc7 commit aad0c3a

File tree

1 file changed

+1
-2
lines changed
  • core/gatsby-theme-docz/src/components/Props

1 file changed

+1
-2
lines changed

core/gatsby-theme-docz/src/components/Props/styles.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,10 @@ export const line = {
2929
},
3030
}
3131

32-
export const column = {
32+
const column = {
3333
minWidth: 0,
3434
pb: 2,
3535
px: 3,
36-
wordWrap: 'break-word',
3736
'& ~ &': {
3837
bg: 'red',
3938
},

0 commit comments

Comments
 (0)