@eturnity/eturnity_reusable_components 9.19.11 → 9.19.12

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eturnity/eturnity_reusable_components",
3
- "version": "9.19.11",
3
+ "version": "9.19.12",
4
4
  "files": [
5
5
  "dist",
6
6
  "src"
@@ -199,6 +199,7 @@
199
199
  const LabelWrapper = styled('div', LabelWrapperAttrs)`
200
200
  font-size: ${(props) => props.size};
201
201
  color: ${(props) => props.color};
202
+ white-space: pre-line;
202
203
  `
203
204
 
204
205
  export default {
@@ -364,6 +365,7 @@
364
365
  ? theme.colors.black
365
366
  : theme.colors.white,
366
367
  textAlign: props.image ? 'right' : 'left',
368
+ whiteSpace: 'pre-line',
367
369
  }))
368
370
 
369
371
  const calculatePosition = (width) => {