diff --git a/agent/css/sidebar_brand_fix.css b/agent/css/sidebar_brand_fix.css new file mode 100644 index 000000000..51bb6ba7c --- /dev/null +++ b/agent/css/sidebar_brand_fix.css @@ -0,0 +1,8 @@ +/* Custom syling for scaling the brand text (MSP name) in the sidebar */ + +.app-sidebar .brand-text { + display: inline-block; + vertical-align: middle; + white-space: nowrap; + transform-origin: left center; +} \ No newline at end of file diff --git a/agent/includes/side_nav.php b/agent/includes/side_nav.php index b97cd2026..f40d6d581 100644 --- a/agent/includes/side_nav.php +++ b/agent/includes/side_nav.php @@ -1,3 +1,7 @@ + + + +