mirror of
https://github.com/ansible/awx.git
synced 2026-01-16 12:20:45 -03:30
Fix svg icons on setup menu in IE11
This commit is contained in:
parent
8315f7f678
commit
37aed53047
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user