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: http://svn.automattic.com/wordpress/trunk@20626 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz 2012-04-27 19:52:13 +00:00
parent 48fde56f29
commit ec8b201777
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] {