From cb8d7598a5c372a0926b131cecd1080c62c84476 Mon Sep 17 00:00:00 2001 From: Arthur Hanson Date: Mon, 26 Aug 2024 08:58:32 -0700 Subject: [PATCH] 17117 fix vertical align --- netbox/project-static/dist/netbox.css | Bin 543500 -> 543512 bytes .../styles/overrides/_tabler.scss | 2 ++ 2 files changed, 2 insertions(+) diff --git a/netbox/project-static/dist/netbox.css b/netbox/project-static/dist/netbox.css index 1a7e8d427a687e50e85eb7d39b35d1033d5dae37..15900e751eb633e38d0e1f2af834ac7e1f215d3d 100644 GIT binary patch delta 41 xcmeB~rZ{7oVnYjK3sVbo3rh=Y3tJ2O77jJb>2}5(64PaVvI}i@vE(=*2ml=s4Cnv= delta 36 scmbO+O|fU1VnYjK3sVbo3rh=Y3tJ2O77jJb=>k95<+cY{a-0wZ0OVW?%m4rY diff --git a/netbox/project-static/styles/overrides/_tabler.scss b/netbox/project-static/styles/overrides/_tabler.scss index 2342a10c9..9378a96f7 100644 --- a/netbox/project-static/styles/overrides/_tabler.scss +++ b/netbox/project-static/styles/overrides/_tabler.scss @@ -49,6 +49,7 @@ pre code { padding: unset; } + .dropdown-toggle:after{ font-family: "Material Design Icons"; content: '\F0140'; @@ -57,4 +58,5 @@ pre code { border-left: none; transform: none; vertical-align: .05em; + height: auto; }