Put back "max-width: 100%" for all <select> in the admin. Doesn't seem to work for IE7 but doesn't seem to break anything either. Props Master Jake, fixes #19613

git-svn-id: https://develop.svn.wordpress.org/trunk@20626 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2012-04-27 19:52:13 +00:00
parent e3e988bf58
commit 2637447a05
1 changed files with 1 additions and 0 deletions

View File

@ -732,6 +732,7 @@ p.install-help {
.wp-admin select {
padding: 2px;
height: 2em;
max-width: 100%;
}
.wp-admin select[multiple] {