mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
Switch to using min-width so long titles can be displayed instead of using elipsis. Fixes #15654 props koopersmith.
git-svn-id: https://develop.svn.wordpress.org/trunk@17295 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -114,7 +114,7 @@
|
||||
text-shadow: none;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
width: 160px;
|
||||
min-width: 140px;
|
||||
}
|
||||
|
||||
#wpadminbar .shortlink-input {
|
||||
|
||||
Reference in New Issue
Block a user