mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 16:22:00 +00:00
50936b7afe
MozReview-Commit-ID: 8LnPTKVxxVc
9 lines
236 B
HTML
9 lines
236 B
HTML
<!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>
|