Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit ef880e0

Browse files
fix layout for h3 inside tabs
1 parent adac7b8 commit ef880e0

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

‎website_and_docs/assets/scss/_tabs.scss‎

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,10 @@
6666
.td-content .highlight {
6767
margin: 1rem 0;
6868
}
69+
70+
// Default is 5rem which results in an overlap when h3 is in a tab
71+
.tab-pane h3 {
72+
&:before {
73+
height: 6rem;
74+
}
75+
}

‎website_and_docs/layouts/shortcodes/gh-codeblock.html‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242
{{ highlight $codeSnippet $language }}
4343

44-
<div class="text-right mb-5 pb-2">
44+
<div class="text-right pb-2">
4545
<a href="{{- $webUrl -}}" target="_blank">
4646
<i class="fas fa-external-link-alt pl-2"></i>
4747
<i class="fas fa-external-link" aria-hidden="true"></i>

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /