mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
disable text wrapping in code blocks
This commit is contained in:
parent
536193e210
commit
44ca35842d
1 changed files with 24 additions and 18 deletions
|
|
@ -7,9 +7,15 @@ h1, h2, h3 {
|
|||
margin-bottom: 24px;
|
||||
}
|
||||
|
||||
pre code {
|
||||
white-space: pre;
|
||||
}
|
||||
|
||||
code {
|
||||
color: #7b8a8b;
|
||||
background-color: #ecf0f1;
|
||||
overflow-x: scroll;
|
||||
overflow-y: hidden;
|
||||
}
|
||||
|
||||
a code {
|
||||
|
|
|
|||
Loading…
Reference in a new issue