You could use CSS: white-space: nowrap;.
Example: Wrap the text in a span with that CSS declaration.
<span style="white-space: nowrap;">e-commerce</span>
You could use CSS: white-space: nowrap;.
Example: Wrap the text in a span with that CSS declaration.
<span style="white-space: nowrap;">e-commerce</span>