fix: notification style

This commit is contained in:
DanyLE 2023-01-06 19:06:15 +01:00 committed by Dany LE
parent be72a62156
commit edb427d6c3
2 changed files with 4 additions and 1 deletions

View File

@ -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;
}
}

View File

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