diff --git a/components/content/ArticleSystemDistributionPlot.vue b/components/content/ArticleSystemDistributionPlot.vue
index f84f3a1275842bcfd3018d19f5c7bb234af5f4b3..ff172ac1fa88f986a6279361d83dac2065b4f9c8 100644
--- a/components/content/ArticleSystemDistributionPlot.vue
+++ b/components/content/ArticleSystemDistributionPlot.vue
@@ -138,7 +138,7 @@ const distributionOptions = computed(() => {
             marginLeft: 10,
             label: toValue(plotFill) === 'percent' ? toValue(plotLabelPercent) : toValue(plotLabelCount),
         },
-        width: computedWidth.value - marginLeft - marginRight,
+        width: computedWidth.value,
         marks: [
             Plot.barY(
                 toValue(filteredDistribution),