Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f1c9d1b

Browse files
authored
Merge pull request coding-blocks#197 from hereisnaman/gulp
Fixed tabbed content tabs
2 parents 015c4a9 + b7dd736 commit f1c9d1b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/assets/styles/custom.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -450,3 +450,11 @@ h1 .sub-heading {
450450
background: rgb(0, 0, 0) !important;
451451
}
452452

453+
.tabbed-content .tabs > li {
454+
height: 65px;
455+
overflow: hidden;
456+
}
457+
458+
.tabbed-content .tabs > li h3 {
459+
line-height: 20px;
460+
}

0 commit comments

Comments
 (0)