Make WordPress Core

Changeset 53114


Ignore:
Timestamp:
04/08/2022 08:36:03 PM (4 years ago)
Author:
joedolson
Message:

Posts, Post Types: Make permalink fully visible on mobile.

Set break-word on sample permalink so the full permalink will be visible on mobile devices in posts, media, and comments. Prevent hidden text overflow or horizontal scrolling on mobile.

Props sumitsingh, sabernhardt.
Fixes #54811.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/edit.css

    r52293 r53114  
    9696    padding: 0 10px;
    9797    color: #646970;
     98}
     99
     100#sample-permalink {
     101    display: inline-block;
     102    max-width: 100%;
     103    word-wrap: break-word;
    98104}
    99105
Note: See TracChangeset for help on using the changeset viewer.