tor-browser

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

bug2003019-www.jw.org-fix-ruby-text-linebreaks.css (623B)


      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 * www.jw.org - ruby text does not wrap correctly.
      7 * Bug #2003019 - https://bugzilla.mozilla.org/show_bug.cgi?id=2003019
      8 * WebCompat issue #191594 - https://webcompat.com/issues/191594
      9 *
     10 * Until bug 2003395 is fixed, we can introduce line-breaking opportunities
     11 * into the ruby-text ourselves to work around this issue.
     12 */
     13 ruby::after {
     14  content: "\200B"; /* Zero-width space (line break opportunity) */
     15 }