diff --git a/webui/src/features/postbox/PostboxAdminPanel.tsx b/webui/src/features/postbox/PostboxAdminPanel.tsx
index 497086e..7963a64 100644
--- a/webui/src/features/postbox/PostboxAdminPanel.tsx
+++ b/webui/src/features/postbox/PostboxAdminPanel.tsx
@@ -1,3 +1,4 @@
+import { MetricGrid } from "@govoplan/core-webui";
import { useCallback, useEffect, useMemo, useState } from "react";
import {
Archive,
@@ -1370,13 +1371,13 @@ function TemplateImpactPreview({
{preview.truncated ?
{preview.diagnostics.join(", ")}
) : null} diff --git a/webui/src/styles/postbox.css b/webui/src/styles/postbox.css index f0df88a..1afef3c 100644 --- a/webui/src/styles/postbox.css +++ b/webui/src/styles/postbox.css @@ -485,10 +485,6 @@ padding-top: 16px; } -.postbox-preview-metrics.metric-grid { - margin: 0; -} - .postbox-preview-targets { max-height: 280px; display: grid;