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