Fixes #3023 - KB within Zammad UI (as agent) breaks words
This commit is contained in:
parent
27b3fb4546
commit
899a4d887f
1 changed files with 2 additions and 1 deletions
|
@ -11461,7 +11461,8 @@ span.is-disabled {
|
|||
}
|
||||
|
||||
.richtext-content {
|
||||
word-break: break-all;
|
||||
word-break: break-word;
|
||||
word-wrap: anywhere;
|
||||
}
|
||||
|
||||
.page-header {
|
||||
|
|
Loading…
Reference in a new issue