Hi there,
It is being caused by this css - /components/com_community/assets/modules/module.css - which includes...
a, p, span {
-moz-hyphens: auto;
word-wrap: break-word;
}
Completely arbitrary and poor specificity.
You could try adding the following code to your custom css file...
span .sprocket-strips-c-text {
-moz-hyphens: manual;
word-wrap: normal;
}
If this resolves your problem then please edit your first post in this thread by adding [SOLVED] at the start of the title and click on the icon and select the 'tick' icon. This lets the moderators know that it can be moved to the solved section.
Thanks for your cooperation
The following users have thanked you: edesigninc