commit 0cb1896: [WebUI] Wrap long IPv6 addresses
moisseev
moiseev at mezonplus.ru
Sun Nov 7 12:14:04 UTC 2021
Author: moisseev
Date: 2021-11-06 15:41:53 +0300
URL: https://github.com/rspamd/rspamd/commit/0cb18967c12deaaa5cdbfb5e1cd3a48bf07d3de1 (refs/pull/3965/head)
[WebUI] Wrap long IPv6 addresses
---
interface/js/app/history.js | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/interface/js/app/history.js b/interface/js/app/history.js
index 3ab8d1d31..4b13be685 100644
--- a/interface/js/app/history.js
+++ b/interface/js/app/history.js
@@ -80,7 +80,8 @@ define(["jquery", "footable"],
breakpoints: "xs sm md",
style: {
"font-size": "11px",
- "minWidth": 88
+ "minWidth": 88,
+ "word-break": "break-all"
}
}, {
name: "sender_mime",
More information about the Commits
mailing list