From c06d8386eb902edb577df32b4f1e600dd9d65f7c Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Sat, 25 Mar 2017 14:08:45 +0000 Subject: [PATCH] [WebUI] Allow message-id break --- interface/js/app/history.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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", -- 2.47.3