mirror of
https://github.com/lxsang/antos-frontend.git
synced 2024-11-16 01:38:21 +01:00
Only break-word in notification tag
All checks were successful
gitea-sync/antos/pipeline/head This commit looks good
All checks were successful
gitea-sync/antos/pipeline/head This commit looks good
This commit is contained in:
parent
5ced9bd1a8
commit
70b1f25e7f
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user