Only break-word in notification tag

This commit is contained in:
DanyLE 2023-02-01 13:36:37 +01:00 committed by Dany LE
parent 649c7d942a
commit 1063ae9c4f

View File

@ -115,6 +115,6 @@ afx-toast-notification div[data-id="toast_container"] div[data-id="toast_content
{ {
padding: 20px 15px; padding: 20px 15px;
-ms-word-break: break-all; -ms-word-break: break-all;
word-break: break-all; /*word-break: break-all;*/
/*word-break: break-word;*/ word-break: break-word;
} }