[Minor] Set IP column min-width relative to font-size

This commit is contained in:
moisseev 2021-11-17 15:45:22 +03:00
parent 4df47d1cb8
commit 9165d44eb0

View File

@ -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"
}
}, {