Skip to content

Commit

Permalink
Fix bottom border for legends
Browse files Browse the repository at this point in the history
  • Loading branch information
Augustin-FL committed Dec 25, 2024
1 parent 22e8570 commit 8240ec7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions incidents/static/custom_css/fir.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 8240ec7

Please sign in to comment.