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;*/ }