mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
When using the max-width: 100% fix for <select> tags that exceed the width of parent elements, add it only on affected tags. IE8 doesn't like it everywhere, props SergeyBiryukov, fixes #19613
git-svn-id: https://develop.svn.wordpress.org/trunk@21042 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -731,7 +731,6 @@ p.install-help {
|
||||
.wp-admin select {
|
||||
padding: 2px;
|
||||
height: 2em;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.wp-admin select[multiple] {
|
||||
@@ -5652,6 +5651,11 @@ table.form-table td .updated {
|
||||
margin: 6px 0 8px;
|
||||
}
|
||||
|
||||
#poststuff .inside #parent_id,
|
||||
.inline-edit-row #post_parent {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
#post-visibility-select,
|
||||
#post-formats-select {
|
||||
line-height: 1.5em;
|
||||
|
||||
Reference in New Issue
Block a user