]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Fix: warp long words in toast content (#10839)
authorshamoon <4887959+shamoon@users.noreply.github.com>
Fri, 12 Sep 2025 13:56:40 +0000 (06:56 -0700)
committerGitHub <noreply@github.com>
Fri, 12 Sep 2025 13:56:40 +0000 (06:56 -0700)
src-ui/src/app/components/common/toast/toast.component.html

index d20569abd7da6bc71f045fe20e7d74d9b3152099..f8b2d47419948cf293c9b9d6b6a5794d8020213f 100644 (file)
@@ -17,7 +17,7 @@
             <i-bs width="0.9em" height="0.9em" name="exclamation-triangle"></i-bs>
         }
         <div>
-            <p class="ms-2 mb-0">{{toast.content}}</p>
+            <p class="ms-2 mb-0 text-break">{{toast.content}}</p>
             @if (toast.error) {
             <details class="ms-2">
                 <div class="mt-2 ms-n4 me-n2 small">