mirror of
https://github.com/zulip/zulip.git
synced 2026-07-09 21:21:47 +08:00
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:
parent
0ef8ec698a
commit
89970eabeb
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user