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