blob: a26b8260eae55de6c9a9e0d2f3b6df3bb439b93b [file] [log] [blame]
<!DOCTYPE html>
<style>
div {
width: 6ch;
overflow: hidden;
text-overflow: ellipsis;
}
div.first-line {
color: orange;
}
</style>
<div class="first-line">1234567</div>
<div>1234567</div>