blob: 2a1560e07f49c35c828b8f02c4409d17adb9bb10 (
plain)
1
2
3
4
5
6
7
|
<!DOCTYPE html>
<html>
<div style="overflow: hidden; width: 130px; white-space: nowrap;
text-overflow: ellipsis">
Some long text that cannot possibly fit in 130 px, because it just can't.
</div>
</html>
|