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:
Tammie Lister
2019-08-18 12:29:30 +00:00
parent 95c36ce5ba
commit 9260916964
3 changed files with 128 additions and 105 deletions
+3 -4
View File
@@ -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 {