From 8240ec77c776545e22a2a00715b48f7c681b1735 Mon Sep 17 00:00:00 2001 From: Augustin-FL Date: Wed, 25 Dec 2024 23:19:08 +0100 Subject: [PATCH] Fix bottom border for legends --- incidents/static/custom_css/fir.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/incidents/static/custom_css/fir.css b/incidents/static/custom_css/fir.css index 34437e22..62aec50a 100755 --- a/incidents/static/custom_css/fir.css +++ b/incidents/static/custom_css/fir.css @@ -594,6 +594,10 @@ div#concerned_business_lines { clear:both; } +legend.border-bottom { + padding-bottom: 7px; +} + /* Adapt select2 to be compatible with bootstrap light themes -------------------------------------*/ .select2-search-choice {