Fix svg icons on setup menu in IE11

This commit is contained in:
Joe Fiorini 2015-06-25 10:47:38 -04:00
parent 8315f7f678
commit 37aed53047

View File

@ -52,6 +52,12 @@
margin-left: -0.8rem;
}
// HACK: IE11 does not respect a fluid height for svg
// elements; explicitly setting for now
svg {
max-height: 33px;
}
flex: none; // do not let the flex container adjust this width!
width: @icon-large-size;
align-self: center;