Skip to content

Commit 840cfd3

Browse files
committed
Make gap consistent
1 parent 21c4a02 commit 840cfd3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

projects/js-packages/charts/src/components/pie-chart/pie-chart.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
flex-direction: column;
44
overflow: hidden;
55
align-items: center;
6-
gap: var(--wp-ui-stack-gap, 20px);
6+
gap: 20px;
77
}

projects/js-packages/charts/src/components/pie-semi-circle-chart/pie-semi-circle-chart.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
display: flex;
33
flex-direction: column;
44
text-align: center;
5-
5+
gap: 20px;
66

77
.label {
88
margin-bottom: 0; // Add space between label and pie chart

0 commit comments

Comments
 (0)