5 lines
182 B
HTML
5 lines
182 B
HTML
<style>
|
|
.nowrap { white-space: nowrap; width: 100px; }
|
|
</style>
|
|
<div class="nowrap">This is a very long line of text that should not wrap even though the container is narrow</div>
|