@landtrustinc/design-system 1.2.49 → 1.2.50
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +4 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -6120,6 +6120,10 @@ var contentStyles = import_react28.css`
|
|
|
6120
6120
|
flex: 1 1 auto;
|
|
6121
6121
|
min-width: 1px;
|
|
6122
6122
|
min-height: 1px;
|
|
6123
|
+
text-wrap: wrap;
|
|
6124
|
+
word-break: break-word;
|
|
6125
|
+
white-space: pre-wrap;
|
|
6126
|
+
overflow-wrap: break-word;
|
|
6123
6127
|
`;
|
|
6124
6128
|
|
|
6125
6129
|
// src/MessageBubble/MessageBubble.tsx
|