From 4a5e988762ea23d49e2985a62f2934379b956e26 Mon Sep 17 00:00:00 2001 From: Quincy Morgan Date: Mon, 3 Feb 2020 10:47:23 -0500 Subject: [PATCH] Leave a margin at the bottom of the inspector regardless of whether the relation membership section is shown --- css/80_app.css | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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;