From b75b7c567dc5482d4d1142bd9d671e10b5371cb0 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Fri, 1 Feb 2019 13:35:37 -0500 Subject: [PATCH] Increase padding slightly between tag refrence and following element --- css/80_app.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/80_app.css b/css/80_app.css index 63861ef4f..4e9ef1323 100644 --- a/css/80_app.css +++ b/css/80_app.css @@ -2237,6 +2237,7 @@ div.combobox { flex: 1 1 auto; width: 100%; overflow: hidden; + padding-bottom: 10px; } .tag-reference-description { margin: 10px 5px;