mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-28 08:27:03 +02:00
fix(theme-classic): admonition title: disable text-transform on inline code blocks (#7173)
This commit is contained in:
parent
ad1526aade
commit
f6a14db8de
1 changed files with 4 additions and 0 deletions
|
@ -11,6 +11,10 @@
|
|||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.admonition h5 code {
|
||||
text-transform: none;
|
||||
}
|
||||
|
||||
.admonition-icon {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue