mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
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 git-svn-id: https://develop.svn.wordpress.org/trunk@45826 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -40,8 +40,6 @@ html:lang(he-il) .rtl #wpadminbar * {
|
||||
#wpadminbar #wp-admin-bar-site-name a.ab-item,
|
||||
#wpadminbar #wp-admin-bar-my-sites a.ab-item {
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
#wpadminbar ul li:before,
|
||||
@@ -519,7 +517,8 @@ html:lang(he-il) .rtl #wpadminbar * {
|
||||
* My Sites & Site Title
|
||||
*/
|
||||
#wpadminbar .quicklinks li .blavatar {
|
||||
float: left;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
font: normal 16px/1 dashicons !important;
|
||||
speak: none;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
@@ -538,7 +537,7 @@ html:lang(he-il) .rtl #wpadminbar * {
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
display: inline-block;
|
||||
margin: 6px 8px 0 -2px;
|
||||
margin: 0 8px 2px -2px;
|
||||
}
|
||||
|
||||
#wpadminbar #wp-admin-bar-appearance {
|
||||
|
||||
Reference in New Issue
Block a user