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:
Peter Westwood
2011-01-14 02:25:24 +00:00
parent 96fa9d4b56
commit 376207d61b
4 changed files with 5 additions and 9 deletions
+1 -1
View File
@@ -114,7 +114,7 @@
text-shadow: none;
white-space: nowrap;
overflow: hidden;
width: 160px;
min-width: 140px;
}
#wpadminbar .shortlink-input {