mirror of
https://github.com/ansible/awx.git
synced 2026-05-10 10:57:35 -02:30
Fix svg icons on setup menu in IE11
This commit is contained in:
@@ -52,6 +52,12 @@
|
|||||||
margin-left: -0.8rem;
|
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!
|
flex: none; // do not let the flex container adjust this width!
|
||||||
width: @icon-large-size;
|
width: @icon-large-size;
|
||||||
align-self: center;
|
align-self: center;
|
||||||
|
|||||||
Reference in New Issue
Block a user