Truncate multi-line text with -webkit-line-clamp ellipsis. CSS Line Clamp Generator is a free online tool from the ToolsRift CSS Generators collection. It runs entirely in your browser — nothing to install, no signup, and your data never leaves your device.
Combined with display:-webkit-box and box-orient:vertical, it limits text to a number of lines and adds an ellipsis.
The -webkit-line-clamp approach works across all modern browsers, including Chrome, Safari and Firefox.
Yes, set the line count to 1, though single-line truncation can also use text-overflow:ellipsis.