From 70b1f25e7f6bd0b8912fc98e9fbee8e7afca41aa Mon Sep 17 00:00:00 2001 From: DanyLE Date: Wed, 1 Feb 2023 13:36:37 +0100 Subject: [PATCH] Only break-word in notification tag --- src/themes/system/afx-notification.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/themes/system/afx-notification.css b/src/themes/system/afx-notification.css index e7aec16..beadbe7 100644 --- a/src/themes/system/afx-notification.css +++ b/src/themes/system/afx-notification.css @@ -115,6 +115,6 @@ afx-toast-notification div[data-id="toast_container"] div[data-id="toast_content { padding: 20px 15px; -ms-word-break: break-all; - word-break: break-all; - /*word-break: break-word;*/ + /*word-break: break-all;*/ + word-break: break-word; }