summaryrefslogtreecommitdiffstats
path: root/interface
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2017-03-25 14:08:45 +0000
committerVsevolod Stakhov <vsevolod@highsecure.ru>2017-03-25 14:08:45 +0000
commitc06d8386eb902edb577df32b4f1e600dd9d65f7c (patch)
treee6134ff765cd5c32d3e22bbb3117a9e72490c8cf /interface
parent8cb2eea8f6ba5721bcc3b00380878da370eb93d2 (diff)
downloadrspamd-c06d8386eb902edb577df32b4f1e600dd9d65f7c.tar.gz
rspamd-c06d8386eb902edb577df32b4f1e600dd9d65f7c.zip
[WebUI] Allow message-id break
Diffstat (limited to 'interface')
-rw-r--r--interface/js/app/history.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/interface/js/app/history.js b/interface/js/app/history.js
index f0e053b20..6dcc3e612 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",