From 6e921cc0656208b79b7a59d84f233c24171a3cdf Mon Sep 17 00:00:00 2001 From: Henry Wilkinson Date: Mon, 1 May 2023 03:26:57 -0400 Subject: [PATCH] Add margin to crawls list Mirrors workflow list --- frontend/src/components/crawl-list.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/src/components/crawl-list.ts b/frontend/src/components/crawl-list.ts index fcf9c65f..81086723 100644 --- a/frontend/src/components/crawl-list.ts +++ b/frontend/src/components/crawl-list.ts @@ -451,6 +451,8 @@ export class CrawlList extends LitElement { border: 1px solid var(--sl-panel-border-color); border-radius: var(--sl-border-radius-medium); overflow: hidden; + margin-left: var(--row-offset); + margin-right: var(--row-offset); } .row {