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:
parent
e3e988bf58
commit
2637447a05
@ -732,6 +732,7 @@ p.install-help {
|
||||
.wp-admin select {
|
||||
padding: 2px;
|
||||
height: 2em;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.wp-admin select[multiple] {
|
||||
|
Loading…
Reference in New Issue
Block a user