CSS: Do not break word when space character is encountered.
CSS property:
white-space: nowrap;
PS: The old way to achieve this was by using <nobr>, which is deprecated.
CSS property:
white-space: nowrap;
PS: The old way to achieve this was by using <nobr>, which is deprecated.