fix(style): nowrap => pre-wrap, fixed #228
This commit is contained in:
parent
2f5f90750a
commit
a88252c6b2
3 changed files with 3 additions and 3 deletions
|
|
@ -132,7 +132,7 @@ $sidebar-width: 16rem;
|
|||
border-radius: 3px;
|
||||
font-family: Inconsolata;
|
||||
padding: 0.2em 0.4rem;
|
||||
white-space: pre;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.markdown-section pre {
|
||||
|
|
|
|||
|
|
@ -134,7 +134,7 @@ body {
|
|||
font-size: 0.8rem;
|
||||
margin: 0 2px;
|
||||
padding: 3px 5px;
|
||||
white-space: nowrap;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
.markdown-section pre {
|
||||
|
|
|
|||
|
|
@ -145,7 +145,7 @@ body {
|
|||
font-size: 0.8rem;
|
||||
margin: 0 2px;
|
||||
padding: 3px 5px;
|
||||
white-space: nowrap;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
.markdown-section pre {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue