mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
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:
@@ -732,6 +732,7 @@ p.install-help {
|
||||
.wp-admin select {
|
||||
padding: 2px;
|
||||
height: 2em;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.wp-admin select[multiple] {
|
||||
|
||||
Reference in New Issue
Block a user