fix: code white-space
This commit is contained in:
parent
2dcd292dd4
commit
3e9db49aad
|
@ -2,6 +2,10 @@
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
|
||||||
|
p{
|
||||||
|
white-space: pre-wrap;
|
||||||
|
}
|
||||||
|
|
||||||
ol {
|
ol {
|
||||||
list-style-type: decimal;
|
list-style-type: decimal;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue