tor-browser

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

stretch-flex-item-radio-input.html (428B)


      1 <!DOCTYPE html>
      2 <link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=768999">
      3 <link rel="match" href="stretch-flex-item-radio-input-ref.html">
      4 <div style="display: flex; width: 50px; height: 50px;">
      5  <input type="radio" style="width: 100%; margin: 0;">
      6 </div>
      7 <div style="display: flex; flex-direction: column; width: 50px; height: 50px;">
      8  <input type="radio" style="height: 100%; margin: 0;">
      9 </div>