tor-browser

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

flex-ref.html (336B)


      1 <!doctype html>
      2 <style>
      3  label {
      4    padding: 2px 4px;
      5    display: flex;
      6    flex-flow: column;
      7    background: #ddd;
      8    overflow: hidden;
      9    min-height: 0;
     10    min-width: 0;
     11    width: 80px;
     12  }
     13  input {
     14    flex: 1 1 auto;
     15    margin: 4px;
     16    min-height: 0;
     17    min-width: 0;
     18  }
     19 </style>
     20 <label>
     21  <input type="text">
     22 </label>