Skip to content

Commit 1a9361a

Browse files
authored
fix: removing vertical space in code tabs (#4780)
1 parent 7af51d5 commit 1a9361a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/css/custom.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -356,3 +356,8 @@ div.markdown h3 a:hover {
356356
width: 100%;
357357
height: auto
358358
}
359+
360+
/* remove extra vertical space from tabs when it contains a code block */
361+
.tabs-container .theme-code-block {
362+
margin-top: -1.4rem;
363+
}

0 commit comments

Comments
 (0)