id summary reporter owner description type status priority milestone component version severity resolution keywords cc focuses 53833 'Replace image' Media Modal is missing select fields under filter media due to css issues mhuntdesign sabernhardt "When using the classic editor, after an image is added to the WYSIWYG, the image can be clicked on within the editor. The pencil icon opens up the 'Image details' Media Modal. There you can click on the Replace button, which opens up the 'Replace image' Media Modal. This modal has a Filter Media Option, but only the search bar shows. The select field is hidden from view due to incorrect CSS margins applied to both the 'h2.media-attachments-filter-heading' and 'select.attachment-filters'. Applying custom css to the backend corrects this issue. {{{ .media-attachments-filter-heading { color: #3c434a !important; margin: 5px 0 0 -15px !important; font-size: 13px !important; } .media-modal-content .media-frame select.attachment-filters { margin-top:18px !important; } }}} " defect (bug) closed normal 5.8.1 Media 5.3 normal fixed has-patch commit fixed-major css, administration