Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Reference</title>
<style>
.clamp {
line-clamp: auto;
max-height: 3lh;
font: 20px / 20px monospace;
width: 18ch;
background: yellow;
}
</style>
<div class="clamp">
Line one<br>
wrapping text here<br>
Line three<br>
Line four
</div>