mirror of
https://github.com/zhigang1992/react.git
synced 2026-04-29 12:45:32 +08:00
docs: remove text transform from code text
This commit is contained in:
@@ -41,6 +41,10 @@ const Title: React.FC<TitleProps> = React.memo(props => {
|
||||
h3 > p {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
h3 > :global(code), h3 > :global(pre) {
|
||||
text-transform: none;
|
||||
}
|
||||
`}</style>
|
||||
</>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user