From 7a20ea87818177dd4f431244d2b113cad0b8fc72 Mon Sep 17 00:00:00 2001 From: Mike Date: Sat, 23 Feb 2019 15:00:29 +0000 Subject: [PATCH] fix: position of section name underline on IE11 --- src/Umbraco.Web.UI.Client/src/less/sections.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Umbraco.Web.UI.Client/src/less/sections.less b/src/Umbraco.Web.UI.Client/src/less/sections.less index cf362a67f0..6388369b51 100644 --- a/src/Umbraco.Web.UI.Client/src/less/sections.less +++ b/src/Umbraco.Web.UI.Client/src/less/sections.less @@ -37,7 +37,8 @@ ul.sections>li>a::after { height: 4px; width: 100%; background-color: @pinkLight; - position: absolute; + position: absolute; + left: 0; bottom: -4px; border-radius: 3px 3px 0 0; opacity: 0;