Make WordPress Core

Changeset 59581


Ignore:
Timestamp:
01/06/2025 05:39:12 PM (2 weeks ago)
Author:
ryelle
Message:

Help/About: Allow "See everything new" button to wrap

On some screen sizes and languages, the "See everything new" button expands out of the content area. This change allows the button to wrap at all screen sizes, and updates the style of this button for wrapped text.

Reviewed by SergeyBiryukov.
Merges [59580] to the 6.7 branch.

Props franciscabusas22, sabernhardt, yogeshbhutka, sainathpoojary, im3dabasia1, audrasjb.
Fixes #62380.

Location:
branches/6.7
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/6.7

  • branches/6.7/src/wp-admin/css/about.css

    r58976 r59581  
    455455
    456456.about__section a.button.button-hero {
     457    padding-top: 1.1875rem;
     458    padding-bottom: 1.1875rem;
    457459    font-size: 1.5rem;
     460    line-height: 1.4;
     461    white-space: normal;
     462    text-wrap: pretty;
    458463}
    459464
Note: See TracChangeset for help on using the changeset viewer.