diff options
author | moisseev <moiseev@mezonplus.ru> | 2021-11-17 15:45:22 +0300 |
---|---|---|
committer | moisseev <moiseev@mezonplus.ru> | 2021-11-17 15:45:22 +0300 |
commit | 9165d44eb02406c0263080979fe69250d60a34a3 (patch) | |
tree | 7ce7d2649560cf133d1177a079459fd129aa1b6d /interface | |
parent | 4df47d1cb8c262116508f6d7b424754ea4dd13dd (diff) | |
download | rspamd-9165d44eb02406c0263080979fe69250d60a34a3.tar.gz rspamd-9165d44eb02406c0263080979fe69250d60a34a3.zip |
[Minor] Set IP column min-width relative to font-size
Diffstat (limited to 'interface')
-rw-r--r-- | interface/js/app/history.js | 2 |
1 files changed, 1 insertions, 1 deletions
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" } }, { |