From df093b25fe2a6253bd81a70f9d2194f88c5b0e61 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Fri, 1 Feb 2019 14:02:36 -0500 Subject: [PATCH] Only add the documentation bottom padding when expanded --- css/80_app.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/css/80_app.css b/css/80_app.css index 4e9ef1323..5c0e52702 100644 --- a/css/80_app.css +++ b/css/80_app.css @@ -2237,6 +2237,8 @@ div.combobox { flex: 1 1 auto; width: 100%; overflow: hidden; +} +.tag-reference-body.expanded { padding-bottom: 10px; } .tag-reference-description {