diff --git a/webui/src/components/display/UpObject.svelte b/webui/src/components/display/UpObject.svelte index ced9179..3686c13 100644 --- a/webui/src/components/display/UpObject.svelte +++ b/webui/src/components/display/UpObject.svelte @@ -173,6 +173,10 @@ .label { flex-grow: 1; min-width: 0; + + :global(a) { + text-decoration: none; + } } .separator {