tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

line-clamp-content-height-with-dynamic-change-ref.html (220B)


      1 <!DOCTYPE html>
      2 <title>CSS Overflow: appending to a box with -webkit-line-clamp</title>
      3 <style>
      4 div {
      5  font-family: Monospace;
      6  font-size: 20px;
      7 }
      8 </style>
      9 <body>
     10  <div>first line<br>second line&#x2026;</div>
     11 </body>