diff options
author | Vsevolod Stakhov <vsevolod@rspamd.com> | 2024-03-03 19:13:08 +0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-03 19:13:08 +0600 |
commit | 108dad4a6e4b795d13f1ad8a05f5b6541232a142 (patch) | |
tree | e35250d51af57fe5f0d71e75018077af12fefe47 | |
parent | f93ad4626bbc33d5ce0f3a25042fe1ef9fbf4c7a (diff) | |
parent | 1dc3fe402b8ac366f6e711de5e637a7bd3268fcb (diff) | |
download | rspamd-108dad4a6e4b795d13f1ad8a05f5b6541232a142.tar.gz rspamd-108dad4a6e4b795d13f1ad8a05f5b6541232a142.zip |
Merge pull request #4853 from moisseev/webui
[Minor] Improve minWidth calculation
-rw-r--r-- | interface/js/app/libft.js | 2 |
1 files changed, 1 insertions, 1 deletions
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 |