Browse Source

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

pull/3981/head
moisseev 4 years ago
parent
commit
9165d44eb0
  1. 2
      interface/js/app/history.js

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

Loading…
Cancel
Save