diff --git a/css/80_app.css b/css/80_app.css index 8d2486096..b5b29af13 100644 --- a/css/80_app.css +++ b/css/80_app.css @@ -854,6 +854,10 @@ a.hide-toggle { .entity-editor-pane .inspector-body { top: 60px; } +/* preserve extra space at bottom of inspector to allow for dropdown options - #5280 */ +.entity-editor .section:last-child { + margin-bottom: 150px; +} .inspector-inner { padding: 20px 20px 5px 20px; @@ -2562,11 +2566,6 @@ img.tag-reference-wiki-image { */ } -/* preserve extra space at bottom of inspector to allow for dropdown options - #5280 */ -.raw-membership-editor.inspector-inner { - margin-bottom: 150px; -} - /* hidden field to prevent user from tabbing out of the sidebar */ input.key-trap { height: 0px;