Skip to content

Commit 4ed8a0b

Browse files
committed
fix: Tab font size used within an admonition block
Resolves #266
1 parent 98d4e8f commit 4ed8a0b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/css/vendor/spring-tabs.css

+4
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,7 @@
6868
padding: 1rem;
6969
background-color: var(--tabs-group-background-color);
7070
}
71+
72+
.doc .admonitionblock .tablist > ul > li p {
73+
font-size: calc(12 / var(--rem-base) * 1rem);
74+
}

0 commit comments

Comments
 (0)