Leave a margin at the bottom of the inspector regardless of whether the relation membership section is shown

This commit is contained in:
Quincy Morgan
2020-02-03 10:47:23 -05:00
parent f4eb8fe484
commit 4a5e988762
+4 -5
View File
@@ -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;