Fixes #3023 - KB within Zammad UI (as agent) breaks words

This commit is contained in:
Mantas 2020-06-09 14:47:21 +03:00 committed by Thorsten Eckel
parent 27b3fb4546
commit 899a4d887f

View file

@ -11461,7 +11461,8 @@ span.is-disabled {
}
.richtext-content {
word-break: break-all;
word-break: break-word;
word-wrap: anywhere;
}
.page-header {