diff --git a/frontend/src/lib/components/common/drawer/DrawerContent.svelte b/frontend/src/lib/components/common/drawer/DrawerContent.svelte index e22737edd7..dc262dddbe 100644 --- a/frontend/src/lib/components/common/drawer/DrawerContent.svelte +++ b/frontend/src/lib/components/common/drawer/DrawerContent.svelte @@ -9,18 +9,19 @@ export let forceOverflowVisible = false export let tooltip: string = '' export let documentationLink: string | undefined = undefined -
-
-
+
+
- {title ?? ''} + {title ?? ''} {#if tooltip != '' || documentationLink} {tooltip} - {/if} + {/if}
{#if $$slots.actions}