• 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:

    https://imgur.com/a/3saVn

    (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 not max-width: 100%; (which is declared for .meta-box-sortables select on L: 332).

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘CSS Bug – Select box overflow in admin area’ is closed to new replies.