diff --git a/awx/ui/static/js/main-menu/menu-toggle.block.less b/awx/ui/static/js/main-menu/menu-toggle.block.less index 4c8691b97e..2484752f0c 100644 --- a/awx/ui/static/js/main-menu/menu-toggle.block.less +++ b/awx/ui/static/js/main-menu/menu-toggle.block.less @@ -3,6 +3,12 @@ .MenuToggle { align-self: center; + + // Width & height hardcoded for IE + width: 12px; + height: 10px; + + &-icon { // Override settings (on svg tag) from nv.d3.css that really // shouldn't be there, but are, so meh.