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
This commit is contained in:
Steven Harland
2018-07-30 16:03:53 +01:00
committed by Sebastiaan Janssen
parent 86acf0c1ad
commit a7f68fa3d3

View File

@@ -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 {