Fix: long domain names cause horizontal scroll with taghints

This commit is contained in:
Pieter Vander Vennet 2024-02-27 03:32:56 +01:00
parent 4c5d24a0a7
commit eb47c4d5b9
2 changed files with 5 additions and 9 deletions

View file

@ -24,7 +24,7 @@
</script>
{#if !userDetails || $userDetails.loggedIn}
<div>
<div class="break-words" style="word-break: break-word">
{#if tags === undefined}
<slot name="no-tags"><Tr cls="subtle" t={Translations.t.general.noTagsSelected} /></slot>
{:else if embedIn === undefined}