]> source.dussan.org Git - rspamd.git/commitdiff
[WebUI] history: break To address lists on commas 1578/head
authorAlexander Moisseev <moiseev@mezonplus.ru>
Thu, 6 Apr 2017 07:34:17 +0000 (10:34 +0300)
committerAlexander Moisseev <moiseev@mezonplus.ru>
Thu, 6 Apr 2017 07:34:17 +0000 (10:34 +0300)
interface/js/app/history.js

index 4c1e75ce8496a65e9c195f4970e12b29b2b67a80..779ed685549ff796a055993baff595e401bd4b99 100644 (file)
@@ -102,7 +102,7 @@ function($, _, Humanize) {
                 "value": scan_time
             };
             item.id = item['message-id'];
-            item.rcpt_mime = item.rcpt_mime.join(",");
+            item.rcpt_mime = item.rcpt_mime.join(",&#8203;");
             items.push(item);
         });
 
@@ -141,7 +141,6 @@ function($, _, Humanize) {
                 "style": {
                     "font-size": "11px",
                     "minWidth": 130,
-                    "maxWidth": 200,
                     "overflow": "hidden",
                     "textOverflow": "ellipsis",
                     "wordBreak": "break-all",
@@ -161,7 +160,7 @@ function($, _, Humanize) {
                 "breakpoints": "xs sm md",
                 "style": {
                     "font-size": "11px",
-                    "minWidth": 150
+                    "minWidth": 100
                 }
             }, {
                 "name": "rcpt_mime",
@@ -169,9 +168,7 @@ function($, _, Humanize) {
                 "breakpoints": "xs sm md",
                 "style": {
                     "font-size": "11px",
-                    "word-break": "break-all",
-                    "minWidth": 150,
-                    "maxWidth": 300
+                    "minWidth": 100
                 }
             }, {
                 "name": "subject",