From fe44318bd697dd813b2339d6162dc0e3320b1a27 Mon Sep 17 00:00:00 2001 From: Joe Fiorini Date: Tue, 30 Jun 2015 10:21:03 -0400 Subject: [PATCH] Fix sizing of hamburger icon in IE11 --- awx/ui/static/js/main-menu/menu-toggle.block.less | 6 ++++++ 1 file changed, 6 insertions(+) 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.