From 9165d44eb02406c0263080979fe69250d60a34a3 Mon Sep 17 00:00:00 2001 From: moisseev Date: Wed, 17 Nov 2021 15:45:22 +0300 Subject: [PATCH] [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" } }, { -- 2.39.5