Don't restrict width of the Parent Taxonomy dropdown. props jgadbois, fixes #19339.
git-svn-id: http://svn.automattic.com/wordpress/trunk@19544 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -2948,7 +2948,7 @@ input#link_url {
|
||||
|
||||
#side-sortables .category-add input[type="text"],
|
||||
#side-sortables .category-add select {
|
||||
width: 160px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#post-body ul.category-tabs,
|
||||
|
||||
Reference in New Issue
Block a user