Make WordPress Core

Changeset 39341


Ignore:
Timestamp:
11/23/2016 12:43:22 AM (8 years ago)
Author:
davidakennedy
Message:

Twenty Seventeen: Ensure edit button label displays properly in other languages

This bug occurred in any language where text wraps character-by-character, since those languages don't delimit words with spaces. In Japanese, Chinese and Korean, etc., it was possible for the label to be displayed vertically.

Props tg29359, afercia, odysseygate.

Fixes #38876.

File:
1 edited

Legend:

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

    r39340 r39341  
    20152015    display: inline-block;
    20162016    margin-left: 1em;
     2017    white-space: nowrap;
    20172018}
    20182019
    20192020.search .page .entry-meta a.post-edit-link {
    20202021    margin-left: 0;
     2022    white-space: nowrap;
    20212023}
    20222024
     
    21352137    -webkit-transition: background-color 0.2s ease-in-out;
    21362138    transition: background-color 0.2s ease-in-out;
     2139    white-space: nowrap;
    21372140}
    21382141
Note: See TracChangeset for help on using the changeset viewer.