Skip to content

Commit ab9eb0c

Browse files
authored
Merge pull request #38670 from spowelljr/fixTabsCSS
Fix tabs shortcode CSS
2 parents a834db8 + b92e946 commit ab9eb0c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

assets/scss/_base.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -861,6 +861,10 @@ section#cncf {
861861
// nav-tabs and tab-content
862862
.nav-tabs {
863863
border-bottom: none !important;
864+
865+
.nav-item {
866+
margin-bottom: 0;
867+
}
864868
}
865869

866870
.td-content .tab-content .highlight {

0 commit comments

Comments
 (0)