tor-browser

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

bug2003011-ehealth.gov.gr-fix-font-inflation-issue.css (581B)


      1 /* This Source Code Form is subject to the terms of the Mozilla Public
      2 * License, v. 2.0. If a copy of the MPL was not distributed with this
      3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
      4 
      5 /**
      6 * ehealth.gov.gr - popup text does not properly fit.
      7 * Bug #2003011 - https://bugzilla.mozilla.org/show_bug.cgi?id=2003011
      8 * WebCompat issue #192011 - https://webcompat.com/issues/192011
      9 *
     10 * Firefox for Android's font inflation causes text in a popup to be too
     11 * large to fit in its space. This CSS corrects that issue.
     12 */
     13 :root {
     14  -moz-text-size-adjust: none;
     15 }