blob: a281df3a28068f38c370b786c94c532066c7e505 [file] [log] [blame] [edit]
<!DOCTYPE html>
<style>
div {
width: 5ch;
overflow: hidden;
text-overflow: ellipsis;
}
div::first-line {
text-decoration: underline;
}
</style>
<div>
<br>
1234567
</div>