settings: Wrap the content in the alert notification banner.

This commit fixes the issue where, if the content inside the alert
notification banner is long enough, it will wrap inside the alert
banner.

To prevent the email from spilling over in the notice,added the
'overflow-wrap' property set to 'anywhere'.

Fixes: #23653
This commit is contained in:
palashb01 2023-03-05 12:01:44 +05:30 committed by Tim Abbott
parent 0ef8ec698a
commit 89970eabeb

View File

@ -541,7 +541,9 @@ input[type="checkbox"] {
vertical-align: top;
height: auto !important;
width: auto !important;
white-space: break-spaces !important;
overflow-wrap: anywhere;
background-color: transparent;
border-radius: 4px;
margin-top: 14px;