]> source.dussan.org Git - rspamd.git/commitdiff
[WebUI] Allow message-id break
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Sat, 25 Mar 2017 14:08:45 +0000 (14:08 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Sat, 25 Mar 2017 14:08:45 +0000 (14:08 +0000)
interface/js/app/history.js

index f0e053b20336a3acf7dd5cc2f6197d1db75b6fd7..6dcc3e612f6a6cc7309f358549c537112af45143 100644 (file)
@@ -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",