From b40aeaaeab6d8ec48d697fe832c6f73f0e7933cf Mon Sep 17 00:00:00 2001 From: Quincy Morgan Date: Fri, 12 Jun 2020 11:33:50 -0400 Subject: [PATCH] Fix bottom padding of map panes --- css/80_app.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/80_app.css b/css/80_app.css index db5f788a9..36d2fa684 100644 --- a/css/80_app.css +++ b/css/80_app.css @@ -891,7 +891,8 @@ a.hide-toggle { font-weight: bold; } -.section:not(:last-child) { +.section:not(:last-child), +.map-pane .section { margin-bottom: 30px; }