commit 9165d44: [Minor] Set IP column min-width relative to font-size
moisseev
moiseev at mezonplus.ru
Wed Nov 17 14:42:04 UTC 2021
Author: moisseev
Date: 2021-11-17 15:45:22 +0300
URL: https://github.com/rspamd/rspamd/commit/9165d44eb02406c0263080979fe69250d60a34a3 (refs/pull/3981/head)
[Minor] Set IP column min-width relative to font-size
---
interface/js/app/history.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/interface/js/app/history.js b/interface/js/app/history.js
index 4b13be685..e6573cd1e 100644
--- a/interface/js/app/history.js
+++ b/interface/js/app/history.js
@@ -80,7 +80,7 @@ define(["jquery", "footable"],
breakpoints: "xs sm md",
style: {
"font-size": "11px",
- "minWidth": 88,
+ "minWidth": "calc(7.6em + 8px)",
"word-break": "break-all"
}
}, {
More information about the Commits
mailing list