Skip to content

Commit

Permalink
Merge pull request #3981 from moisseev/ip-width
Browse files Browse the repository at this point in the history
[Minor] Set IP column min-width relative to font-size
  • Loading branch information
vstakhov committed Nov 17, 2021
2 parents 4df47d1 + 9165d44 commit ca7c49e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interface/js/app/history.js
Expand Up @@ -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"
}
}, {
Expand Down

0 comments on commit ca7c49e

Please sign in to comment.