Skip to content

Commit

Permalink
fix: Tab font size used within an admonition block
Browse files Browse the repository at this point in the history
Resolves #266
  • Loading branch information
oodamien committed Oct 14, 2024
1 parent 98d4e8f commit 4ed8a0b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/css/vendor/spring-tabs.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,7 @@
padding: 1rem;
background-color: var(--tabs-group-background-color);
}

.doc .admonitionblock .tablist > ul > li p {
font-size: calc(12 / var(--rem-base) * 1rem);
}

0 comments on commit 4ed8a0b

Please sign in to comment.