Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Reference</title>
<style>
.clamp {
width: 31.1ch;
border: 1px solid black;
font-family: monospace;
}
</style>
<div class="clamp">
There should not be an ellipsis
at the end of this line of text
</div>