mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-24 02:09:28 +00:00
11 lines
166 B
HTML
11 lines
166 B
HTML
<!doctype html>
|
|
<style>
|
|
div {
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
width: 75px;
|
|
}
|
|
</style>
|
|
<div>This text gets clipped</div>
|
|
<div>This tex…</div>
|