diff --git a/netbox/project-static/dist/netbox.css b/netbox/project-static/dist/netbox.css index 9632d88c1..e2e2e9061 100644 Binary files a/netbox/project-static/dist/netbox.css and b/netbox/project-static/dist/netbox.css differ diff --git a/netbox/project-static/styles/overrides/_tabler.scss b/netbox/project-static/styles/overrides/_tabler.scss index dd5db6304..3eaac14ac 100644 --- a/netbox/project-static/styles/overrides/_tabler.scss +++ b/netbox/project-static/styles/overrides/_tabler.scss @@ -4,6 +4,12 @@ body { font-variant-ligatures: none; } +// Disable font-ligatures on input fields +input { + font-variant-ligatures: none; + font-feature-settings: "liga" 0; +} + // Restore default foreground & background colors for
 blocks
 pre {
   background-color: transparent;