commit 1dc3fe4: [Minor] Improve minWidth calculation
moisseev
moiseev at mezonplus.ru
Mon Jul 29 17:53:21 UTC 2024
Author: moisseev
Date: 2024-03-03 11:18:52 +0300
URL: https://github.com/rspamd/rspamd/commit/1dc3fe402b8ac366f6e711de5e637a7bd3268fcb (refs/pull/4853/head)
[Minor] Improve minWidth calculation
---
interface/js/app/libft.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/interface/js/app/libft.js b/interface/js/app/libft.js
index b8febbc1c..1dfc9ef79 100644
--- a/interface/js/app/libft.js
+++ b/interface/js/app/libft.js
@@ -72,7 +72,7 @@ define(["jquery", "app/common", "footable"],
title: "IP address",
breakpoints: "xs sm md",
style: {
- "minWidth": "calc(7.6em + 8px)",
+ "minWidth": "calc(14ch + 8px)",
"word-break": "break-all"
},
// Normalize IPv4
More information about the Commits
mailing list