File tree Expand file tree Collapse file tree 4 files changed +11
-7
lines changed
CountryThreeWNationalSocietyProjects Expand file tree Collapse file tree 4 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 22 display : flex;
33 flex-wrap : wrap;
44 gap : var (--go-ui-spacing-md );
5+ align-items : center;
56
67 .legend {
78 display : flex;
Original file line number Diff line number Diff line change 2323
2424 .separator {
2525 flex-shrink : 0 ;
26- background-color : var (--go-ui-color-separator );
27- width : var (--go-ui-width-separator-sm );
26+ border-left : var (--go-ui-width-separator-sm ) solid var (--go-ui-color-separator );
2827 }
2928
3029 .pie-chart-container {
Original file line number Diff line number Diff line change @@ -385,6 +385,7 @@ export function Component() {
385385 < Container
386386 heading = { strings . programmeType }
387387 headingLevel = { 5 }
388+ className = { styles . pieChartContainer }
388389 >
389390 < PieChart
390391 className = { styles . pieChart }
@@ -412,6 +413,7 @@ export function Component() {
412413 < Container
413414 heading = { strings . projectStatus }
414415 headingLevel = { 5 }
416+ className = { styles . pieChartContainer }
415417 >
416418 < PieChart
417419 className = { styles . pieChart }
Original file line number Diff line number Diff line change 2323
2424 .separator {
2525 flex-shrink : 0 ;
26- background-color : var (--go-ui-color-separator );
27- width : var (--go-ui-width-separator-sm );
26+ border-left : var (--go-ui-width-separator-sm ) solid var (--go-ui-color-separator );
2827 }
2928
30- .pie-chart {
29+ .pie-chart-container {
3130 flex-basis : 0 ;
3231 flex-grow : 1 ;
33- flex-wrap : wrap;
34- justify-content : center;
32+
33+ .pie-chart {
34+ flex-wrap : wrap;
35+ justify-content : center;
36+ }
3537 }
3638
3739 .key-figure {
You can’t perform that action at this time.
0 commit comments