diff --git a/app/assets/javascripts/app/views/widget/http_log_show.jst.eco b/app/assets/javascripts/app/views/widget/http_log_show.jst.eco index d09625666..5ce63d428 100644 --- a/app/assets/javascripts/app/views/widget/http_log_show.jst.eco +++ b/app/assets/javascripts/app/views/widget/http_log_show.jst.eco @@ -1,5 +1,5 @@
- +
<%- @T('Direction') %> diff --git a/app/assets/stylesheets/zammad.scss b/app/assets/stylesheets/zammad.scss index 17f1aa8cb..d8c8bcedb 100644 --- a/app/assets/stylesheets/zammad.scss +++ b/app/assets/stylesheets/zammad.scss @@ -234,6 +234,15 @@ ol, ul { cursor: not-allowed; } +.u-overflow-wrap { + word-break: break-word; + + @supports (overflow-wrap: anywhere) { + overflow-wrap: anywhere; + word-break: unset; + } +} + .zIndex-1 { z-index: 100; } @@ -9980,6 +9989,10 @@ output { word-break: normal; } + td { + word-break: break-all; + } + td.empty-cell { border-top: none; } @@ -12885,4 +12898,4 @@ span.is-disabled { .kb-menu-settings-entry { margin-bottom: 12px -} \ No newline at end of file +}