Skip to content

Commit

Permalink
feat(box): add overflowWrap styled prop
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSisb committed May 7, 2021
1 parent 209b3dc commit 94655c7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .changeset/good-bikes-exercise.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@twilio-paste/box': patch
'@twilio-paste/core': patch
---

Added the "overflowWrap" prop to Box
1 change: 1 addition & 0 deletions packages/paste-core/primitives/box/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ const extraConfig = system({
whiteSpace: true,
wordBreak: true,
wordWrap: true,
overflowWrap: true,
opacity: true,
borderCollapse: true,
borderSpacing: true,
Expand Down

0 comments on commit 94655c7

Please sign in to comment.