diff --git a/packages/builder/src/components/portal/overview/automation/HistoryDetailsPanel.svelte b/packages/builder/src/components/portal/overview/automation/HistoryDetailsPanel.svelte index 76e2095e64..e32669067e 100644 --- a/packages/builder/src/components/portal/overview/automation/HistoryDetailsPanel.svelte +++ b/packages/builder/src/components/portal/overview/automation/HistoryDetailsPanel.svelte @@ -23,7 +23,7 @@ - +
@@ -71,7 +71,6 @@ } .bottom { - margin-top: var(--spacing-m); border-top: var(--border-light); padding-top: calc(var(--spacing-xl) * 2); padding-bottom: calc(var(--spacing-xl) * 2); diff --git a/packages/builder/src/components/portal/overview/automation/HistoryTab.svelte b/packages/builder/src/components/portal/overview/automation/HistoryTab.svelte index 3c266eb478..c676e00d2d 100644 --- a/packages/builder/src/components/portal/overview/automation/HistoryTab.svelte +++ b/packages/builder/src/components/portal/overview/automation/HistoryTab.svelte @@ -157,6 +157,7 @@ data={runHistory} {customRenderers} placeholderText="No history found" + border={false} />