diff --git a/client/res/templates/fields/text/detail.tpl b/client/res/templates/fields/text/detail.tpl index 84c9e12454..6c6f8cc765 100644 --- a/client/res/templates/fields/text/detail.tpl +++ b/client/res/templates/fields/text/detail.tpl @@ -1 +1 @@ -{{#if isNotEmpty}}{{complexText value}}{{else}}{{translate 'None'}}{{/if}} +{{#if isNotEmpty}}{{complexText value}}{{else}}{{translate 'None'}}{{/if}} diff --git a/frontend/less/espo/custom.less b/frontend/less/espo/custom.less index f215f87203..66e78a54c5 100644 --- a/frontend/less/espo/custom.less +++ b/frontend/less/espo/custom.less @@ -1068,10 +1068,15 @@ stream-head-text-container .span { cursor: default; } -.complext-text a { +.complex-text a { word-wrap: break-word; } +table.table td.cell .complex-text { + word-wrap: break-word; + white-space: normal; +} + #popup-notifications-container { overflow-y: auto; overflow-x: hidden;