mirror of https://github.com/ByConity/ByConity
Merge pull request #13586 from ClickHouse/docs-code-padding
[docs] improve code blocks padding
This commit is contained in:
commit
6bcd2917b4
|
@ -69,6 +69,9 @@ summary {
|
|||
padding: 0.125rem 0.25rem;
|
||||
}
|
||||
|
||||
#content code.syntax {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#content pre {
|
||||
background: #efefef;
|
||||
|
|
Loading…
Reference in New Issue