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 { diff --git a/frontend/src/pages/org/browser-profiles-detail.ts b/frontend/src/pages/org/browser-profiles-detail.ts index 1ccfed13..64472474 100644 --- a/frontend/src/pages/org/browser-profiles-detail.ts +++ b/frontend/src/pages/org/browser-profiles-detail.ts @@ -269,7 +269,7 @@ export class BrowserProfilesDetail extends LiteElement { private renderMenu() { return html` - ${msg("Actions")} + ${msg("Actions")}