From 896eda1022089f8a7ff5626ea595fa1fe9913bc1 Mon Sep 17 00:00:00 2001 From: Simon Busborg Date: Thu, 7 Jan 2016 12:58:28 +0100 Subject: [PATCH] Fixes firefox bug where it ignores inline elements width --- src/Umbraco.Web.UI.Client/src/less/hacks.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Umbraco.Web.UI.Client/src/less/hacks.less b/src/Umbraco.Web.UI.Client/src/less/hacks.less index 549f65d668..ae56afde43 100644 --- a/src/Umbraco.Web.UI.Client/src/less/hacks.less +++ b/src/Umbraco.Web.UI.Client/src/less/hacks.less @@ -24,7 +24,8 @@ } .thumbnail img { - max-width: 100% !important + max-width: 100% !important; + width: 100%; } #mapCanvas img {