From: Alexander Moisseev Date: Tue, 22 May 2018 17:57:45 +0000 (+0300) Subject: [WebUI] Wrap addresses in history X-Git-Tag: 1.7.6~112^2~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=c12c469520de144b5f30382423255f9dc5210fc1;p=rspamd.git [WebUI] Wrap addresses in history --- diff --git a/interface/js/app/history.js b/interface/js/app/history.js index 4fa3d9e07..d686a50ca 100644 --- a/interface/js/app/history.js +++ b/interface/js/app/history.js @@ -236,7 +236,9 @@ function($, _, Humanize) { "breakpoints": "xs sm md", "style": { "font-size": "11px", - "minWidth": 100 + "minWidth": 100, + "maxWidth": 200, + "word-wrap": "break-word" } }, { "name": "rcpt_mime", @@ -244,7 +246,9 @@ function($, _, Humanize) { "breakpoints": "xs sm md", "style": { "font-size": "11px", - "minWidth": 100 + "minWidth": 100, + "maxWidth": 200, + "word-wrap": "break-word" } }, { "name": "subject", @@ -312,7 +316,9 @@ function($, _, Humanize) { "breakpoints": "xs sm md", "style": { "font-size": "11px", - "minWidth": 100 + "minWidth": 100, + "maxWidth": 130, + "word-wrap": "break-word" } }]; }