diff --git a/web/src/pages/outposts/OutpostHealth.ts b/web/src/pages/outposts/OutpostHealth.ts index 64e43934d..7568951f5 100644 --- a/web/src/pages/outposts/OutpostHealth.ts +++ b/web/src/pages/outposts/OutpostHealth.ts @@ -1,6 +1,6 @@ import { t } from "@lingui/macro"; -import { CSSResult, LitElement, TemplateResult, html } from "lit"; +import { CSSResult, LitElement, TemplateResult, css, html } from "lit"; import { customElement, property } from "lit/decorators.js"; import AKGlobal from "../../authentik.css"; @@ -17,7 +17,15 @@ export class OutpostHealthElement extends LitElement { outpostHealth?: OutpostHealth; static get styles(): CSSResult[] { - return [PFBase, AKGlobal]; + return [ + PFBase, + AKGlobal, + css` + li { + margin: 5px 0; + } + `, + ]; } render(): TemplateResult { @@ -25,12 +33,12 @@ export class OutpostHealthElement extends LitElement { return html``; } return html`