mirror of
https://github.com/ansible/awx.git
synced 2026-05-06 08:57:35 -02:30
Fix image sizing for logo in IE11
This commit is contained in:
@@ -99,7 +99,7 @@
|
|||||||
|
|
||||||
&-logo {
|
&-logo {
|
||||||
height: 34px;
|
height: 34px;
|
||||||
width: auto;
|
width: 165px; // IE11 needs hard-coded with to calculate correct dimensions for image in flexbox
|
||||||
align-self: center;
|
align-self: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user