There was an error while loading. Please reload this page.
1 parent 2543ce5 commit 1a34babCopy full SHA for 1a34bab
css-overflow-4/Overview.bs
@@ -682,7 +682,7 @@ ellipsis interaction with scrolling interfaces</h3>
682
<div class="example">
683
Same as previous example except with <code>text-overflow: ellipsis ellipsis</code>, demonstrated:
684
685
-<div style="text-overflow: ellipsis ellipsis; height: 2em; overflow: scroll; white-space: nowrap; width: 15em; border:1em solid black;">
+<div style="text-overflow: ellipsis ellipsis; height: 2em; line-height: 1em; overflow: scroll; white-space: nowrap; width: 15em; border:1em solid black;">
686
CSS is awesome, especially when you can scroll
687
to see extra text instead of just
688
having it overlap other text by default.
0 commit comments