From: Vsevolod Stakhov Date: Sat, 25 Mar 2017 14:08:45 +0000 (+0000) Subject: [WebUI] Allow message-id break X-Git-Tag: 1.5.4~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c06d8386eb902edb577df32b4f1e600dd9d65f7c;p=thirdparty%2Frspamd.git [WebUI] Allow message-id break --- diff --git a/interface/js/app/history.js b/interface/js/app/history.js index f0e053b203..6dcc3e612f 100644 --- a/interface/js/app/history.js +++ b/interface/js/app/history.js @@ -137,12 +137,12 @@ function($, _, Humanize) { "title": "ID", "style": { "font-size": "11px", - "width": 300, - "maxWidth": 300, + "width": 200, + "maxWidth": 200, "overflow": "hidden", "textOverflow": "ellipsis", - "wordBreak": "keep-all", - "whiteSpace": "nowrap" + "wordBreak": "break-all", + "whiteSpace": "normal" } }, { "name": "ip",