Fix sizing of hamburger icon in IE11

This commit is contained in:
Joe Fiorini 2015-06-30 10:21:03 -04:00
parent 89688a9c26
commit fe44318bd6

View File

@ -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.