Browse Source

[Minor] Improve minWidth calculation

pull/4853/head
moisseev 3 months ago
parent
commit
1dc3fe402b
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      interface/js/app/libft.js

+ 1
- 1
interface/js/app/libft.js View File

@@ -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

Loading…
Cancel
Save