Make WordPress Core

Changeset 47192


Ignore:
Timestamp:
02/05/2020 03:00:40 PM (5 years ago)
Author:
ianbelanger
Message:

Bundled Themes: Twenty Twenty Menu rendering problem Unicode (Bangla).

Fixes a bug where certain words break on to a second line in the primary and footer menus, in certain languages.

Props smallprogrammers, Shital Patel, mukesh27, audrasjb.
Fixes #48970.

Location:
trunk/src/wp-content/themes/twentytwenty
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentytwenty/style-rtl.css

    r47133 r47192  
    16281628    line-height: 1.2;
    16291629    text-decoration: none;
     1630    word-break: normal;
     1631    word-wrap: normal;
    16301632}
    16311633
     
    43314333.footer-menu a {
    43324334    text-decoration: none;
     4335    word-break: normal;
     4336    word-wrap: normal;
    43334337}
    43344338
  • trunk/src/wp-content/themes/twentytwenty/style.css

    r47133 r47192  
    16341634    line-height: 1.2;
    16351635    text-decoration: none;
     1636    word-break: normal;
     1637    word-wrap: normal;
    16361638}
    16371639
     
    43654367.footer-menu a {
    43664368    text-decoration: none;
     4369    word-break: normal;
     4370    word-wrap: normal;
    43674371}
    43684372
Note: See TracChangeset for help on using the changeset viewer.