diff --git a/app/frontend/AppsBar/AppButton.svelte b/app/frontend/AppsBar/AppButton.svelte index b25d3cde9..80bbfe177 100644 --- a/app/frontend/AppsBar/AppButton.svelte +++ b/app/frontend/AppsBar/AppButton.svelte @@ -51,8 +51,11 @@ .label { font-size: 11px; color: #999999; - white-space: nowrap; overflow: hidden; + overflow-wrap: anywhere; + text-overflow: clip; + white-space: nowrap; + max-width: 100%; margin-top: 4px; margin-left: 4px; margin-right: 4px;