mirror of
https://github.com/ansible/awx.git
synced 2026-01-22 15:08:03 -03:30
Fix sizing of hamburger icon in IE11
This commit is contained in:
parent
89688a9c26
commit
fe44318bd6
@ -3,6 +3,12 @@
|
||||
.MenuToggle {
|
||||
|
||||
align-self: center;
|
||||
|
||||
// Width & height hardcoded for IE
|
||||
width: 12px;
|
||||
height: 10px;
|
||||
|
||||
|
||||
&-icon {
|
||||
// Override settings (on svg tag) from nv.d3.css that really
|
||||
// shouldn't be there, but are, so meh.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user