From 5e61b1f137ffcfe1b0c9325f53f0f892ae226e76 Mon Sep 17 00:00:00 2001 From: melloware Date: Wed, 25 May 2022 08:07:41 -0400 Subject: [PATCH] Fix #2926: Toast wrap long text --- components/lib/toast/Toast.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/components/lib/toast/Toast.css b/components/lib/toast/Toast.css index 62ca3ace3c..7d459f5f8a 100644 --- a/components/lib/toast/Toast.css +++ b/components/lib/toast/Toast.css @@ -12,6 +12,10 @@ flex: 1 1 auto; } +.p-toast-detail { + overflow-wrap: anywhere; +} + .p-toast-top-right { top: 20px; right: 20px;