]> source.dussan.org Git - rspamd.git/commitdiff
[WebUI] Wrap addresses in history
authorAlexander Moisseev <moiseev@mezonplus.ru>
Tue, 22 May 2018 17:57:45 +0000 (20:57 +0300)
committerAlexander Moisseev <moiseev@mezonplus.ru>
Tue, 22 May 2018 17:57:45 +0000 (20:57 +0300)
interface/js/app/history.js

index 4fa3d9e078d0a666e607a4bb9fad9341fd98edae..d686a50ca075a5365f24c07b35d8867732f76ce9 100644 (file)
@@ -236,7 +236,9 @@ function($, _, Humanize) {
                 "breakpoints": "xs sm md",
                 "style": {
                     "font-size": "11px",
-                    "minWidth": 100
+                    "minWidth": 100,
+                    "maxWidth": 200,
+                    "word-wrap": "break-word"
                 }
             }, {
                 "name": "rcpt_mime",
@@ -244,7 +246,9 @@ function($, _, Humanize) {
                 "breakpoints": "xs sm md",
                 "style": {
                     "font-size": "11px",
-                    "minWidth": 100
+                    "minWidth": 100,
+                    "maxWidth": 200,
+                    "word-wrap": "break-word"
                 }
             }, {
                 "name": "subject",
@@ -312,7 +316,9 @@ function($, _, Humanize) {
                 "breakpoints": "xs sm md",
                 "style": {
                     "font-size": "11px",
-                    "minWidth": 100
+                    "minWidth": 100,
+                    "maxWidth": 130,
+                    "word-wrap": "break-word"
                 }
             }];
     }