<!doctype html> <style> div { overflow: hidden; white-space: nowrap; width: 75px; } </style> <div>This text gets clipped</div> <div>This tex…</div>