From a7f68fa3d35563e4739125bc95f89e61865b3663 Mon Sep 17 00:00:00 2001 From: Steven Harland Date: Mon, 30 Jul 2018 16:03:53 +0100 Subject: [PATCH] Add margin and padding to tabs dropdown (#2560) This reduces the space between the active tab and tab content so that they bleed into each other. More info here: http://issues.umbraco.org/issue/U4-11181 --- src/Umbraco.Web.UI.Client/src/less/navs.less | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/Umbraco.Web.UI.Client/src/less/navs.less b/src/Umbraco.Web.UI.Client/src/less/navs.less index c6fd3dde01..0a8c6913e8 100644 --- a/src/Umbraco.Web.UI.Client/src/less/navs.less +++ b/src/Umbraco.Web.UI.Client/src/less/navs.less @@ -126,6 +126,14 @@ // Make the list-items overlay the bottom border .nav-tabs > li { margin-bottom: -1px; + + &.dropdown { + margin-bottom: -3px; + + >.dropdown-toggle { + padding-bottom: 2px; + } + } } // Actual tabs (as links) .nav-tabs > li > a {