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