diff --git a/core/src/App.svelte b/core/src/App.svelte index 86a51f0a07..5138f895da 100644 --- a/core/src/App.svelte +++ b/core/src/App.svelte @@ -2327,7 +2327,7 @@ overflow: visible; :global(span) { - display: inline-block; + display: block; max-width: inherit; overflow: hidden; text-overflow: ellipsis;