From b9fd62cb6b2d074ded9674ba1c9b9e12391ca189 Mon Sep 17 00:00:00 2001 From: Anil Mandepudi Date: Thu, 13 Oct 2016 09:37:03 -0700 Subject: [PATCH] fix admin navigation in IE (#5110) --- public/less/admin/header.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/less/admin/header.less b/public/less/admin/header.less index beaa4d9f1f..7dd9540c38 100644 --- a/public/less/admin/header.less +++ b/public/less/admin/header.less @@ -96,9 +96,9 @@ } .reconnect-spinner { - left: initial; + left: auto; right: 380px; bottom: initial; top: 14px; } -} \ No newline at end of file +}