tor-browser

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

form-button-fixed-height-ref.html (343B)


      1 <!DOCTYPE HTML>
      2 <meta charset="utf-8">
      3 <style>
      4  div.outer {
      5    width: 450px;
      6    font-size: 34px;
      7  }
      8 
      9  button {
     10    font-size: 12px;
     11    height: 20px;
     12  }
     13 </style>
     14 <!--
     15 Because this button has a fixed height,
     16 font inflation should be disabled.
     17 -->
     18 <div class="outer">
     19  <form><button>Add Comment</button></form>
     20 </div>