Parcourir la source

[Minor] Improve minWidth calculation

pull/4853/head
moisseev il y a 3 mois
Parent
révision
1dc3fe402b
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      interface/js/app/libft.js

+ 1
- 1
interface/js/app/libft.js Voir le fichier

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

Chargement…
Annuler
Enregistrer