diff options
Diffstat (limited to 'src/components/text.style.js')
| -rw-r--r-- | src/components/text.style.js | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/components/text.style.js b/src/components/text.style.js index 18472032..905dbbee 100644 --- a/src/components/text.style.js +++ b/src/components/text.style.js @@ -12,7 +12,8 @@ export default { { component: 'Text', directives: { - textColor: '--text' + textColor: '--text', + textAuto: 'no-preserve' } }, { @@ -26,7 +27,8 @@ export default { component: 'Text', variant: 'greentext', directives: { - textColor: '--cGreen' + textColor: '--cGreen', + textAuto: 'preserve' } } ] |
