Define the (max) width of a single-line text

CSS properties to have more control about the design when it comes to formatting text:

  • text-overflow
  • white-space

I often use nowrap CSS property so this would be quite useful.