From edb427d6c3bc6279ff43aa428dfae9a4beb03685 Mon Sep 17 00:00:00 2001 From: DanyLE Date: Fri, 6 Jan 2023 19:06:15 +0100 Subject: [PATCH] fix: notification style --- src/packages/SystemServices/main.css | 2 +- src/themes/system/afx-notification.css | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/packages/SystemServices/main.css b/src/packages/SystemServices/main.css index 7ac1dd0..6032ea8 100644 --- a/src/packages/SystemServices/main.css +++ b/src/packages/SystemServices/main.css @@ -23,4 +23,4 @@ afx-list-view[data-id = "notifylist"] > div.list-container > ul li{ word-break: break-word; padding-top: 5px; padding-bottom: 5px; -} \ No newline at end of file +} diff --git a/src/themes/system/afx-notification.css b/src/themes/system/afx-notification.css index 3f44b51..e7aec16 100644 --- a/src/themes/system/afx-notification.css +++ b/src/themes/system/afx-notification.css @@ -114,4 +114,7 @@ afx-toast-notification div[data-id="toast_container"] div[data-id="toast_header" 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;*/ }