From 9c53adb0befb8224b44232f3e47c40172f226721 Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Mon, 7 Sep 2015 07:31:40 +0000 Subject: [PATCH] Fix header logo in IE --- less/header.less | 1 + 1 file changed, 1 insertion(+) diff --git a/less/header.less b/less/header.less index 3a5f82a..6325352 100644 --- a/less/header.less +++ b/less/header.less @@ -50,6 +50,7 @@ header { .logo { position: absolute; top: 36px; + white-space: nowrap; img { width: auto; } -- 2.39.5