From 12b6db379c94441b7385c5d768b63012367f6c3f Mon Sep 17 00:00:00 2001 From: Quincy Morgan Date: Wed, 12 Feb 2020 15:49:16 -0800 Subject: [PATCH] Don't show extra top margin in Osmose details --- css/80_app.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/css/80_app.css b/css/80_app.css index 2ca8d4d43..75b41f114 100644 --- a/css/80_app.css +++ b/css/80_app.css @@ -2752,9 +2752,11 @@ input.key-trap { [dir='rtl'] .qa-details-description-text::first-letter { text-transform: none; /* #5877 */ } -.qa-details-subsection h4 { - padding-top: 10px; - padding-bottom: 0; +.qa-details-subsection:not(:last-child) { + margin-bottom: 10px; +} +.qa-details-subsection:empty { + display: none; } .qa-details-container code { padding: .2em .4em;