CSS Bug – Select box overflow in admin area
-
I’m not sure if this belongs here or somewhere else, but I’m also going to take a crack at a GitHub commit.
Because a picture is worth a thousand words:
(Using Firefox for Ubuntu 50.1.0 on Ubuntu 16.04)
A select box appears to be overflowing its
.postbox > .inside > fieldset > fieldgroup
parent in the two-column layout.The particular select box in question is on a BuddyPress Groups > Edit page with bbPress forums integration (i.e., the “Discussion Forum” meta box). However, neither of these plugins appears to have designated any additional CSS for handling the declaration in
/wp-admin/css/forms.css
L. 320:.wp-admin select { padding: 2px; line-height: 28px; height: 28px; }
During browser inspection, specifying
width: 100%;
seemed to fix it, but notmax-width: 100%;
(which is declared for.meta-box-sortables select
on L: 332).
- The topic ‘CSS Bug – Select box overflow in admin area’ is closed to new replies.