From bc2e9936d87ef021d65299377679dc88a0450083 Mon Sep 17 00:00:00 2001 From: Bjarne Fyrstenborg Date: Fri, 22 Sep 2017 00:01:34 +0200 Subject: [PATCH] Fix issue in IE10 where width 100% pushed action button (dots) out of tree section --- src/Umbraco.Web.UI.Client/src/less/tree.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Web.UI.Client/src/less/tree.less b/src/Umbraco.Web.UI.Client/src/less/tree.less index c06d594b3b..a7e4eebb92 100644 --- a/src/Umbraco.Web.UI.Client/src/less/tree.less +++ b/src/Umbraco.Web.UI.Client/src/less/tree.less @@ -157,8 +157,8 @@ .umb-tree li > div a:not(.umb-options) { padding: 6px 0; - width: 100%; display: flex; + flex: 1 1 100%; } .umb-tree li > div:hover a:not(.umb-options) {