#11162 visual fix sunburst

This commit is contained in:
Jonathan 2023-05-10 15:37:25 +02:00
parent 476b38c221
commit 382d8b9b24

View File

@ -549,3 +549,8 @@ div#main_pure:has(.events-pure) {
.margn-b-50px {
margin-bottom: 50px !important;
}
div#sunburst > svg {
width: 750px;
height: 750px;
}