Make WordPress Core


Ignore:
Timestamp:
08/18/2019 12:29:30 PM (5 years ago)
Author:
karmatosed
Message:

Multisite: Remove truncation to allow clearers identification of longer site names

Previously the sites were truncated which meant longer names but with ending identifications were unable to be seen as different. This shows the full site name to allow easier understanding.

Props tferry, melinedo, afercia, jeremyfelt
Fixes: 47112

File:
1 edited

Legend:

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

    r45684 r45826  
    4141#wpadminbar #wp-admin-bar-my-sites a.ab-item {
    4242    white-space: nowrap;
    43     overflow: hidden;
    44     text-overflow: ellipsis;
    4543}
    4644
     
    520518 */
    521519#wpadminbar .quicklinks li .blavatar {
    522     float: left;
     520    display: inline-block;
     521    vertical-align: middle;
    523522    font: normal 16px/1 dashicons !important;
    524523    speak: none;
     
    539538    width: 16px;
    540539    display: inline-block;
    541     margin: 6px 8px 0 -2px;
     540    margin: 0 8px 2px -2px;
    542541}
    543542
Note: See TracChangeset for help on using the changeset viewer.