From bf9139ff2af90645fb868f51be27f59fc4b6edd7 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Tue, 28 Mar 2017 16:23:55 +0100 Subject: [PATCH] [Minor] Allow subject field to be wrapped --- interface/js/app/history.js | 1 + 1 file changed, 1 insertion(+) diff --git a/interface/js/app/history.js b/interface/js/app/history.js index 045b0636b6..24fd7f98a9 100644 --- a/interface/js/app/history.js +++ b/interface/js/app/history.js @@ -179,6 +179,7 @@ function($, _, Humanize) { "breakpoints": "xs sm md", "style": { "font-size": "11px", + "word-break": "break-all", "minWidth": 150 } }, { -- 2.47.3