preserving white space
This commit is contained in:
parent
e2b84c3999
commit
db517b13bb
@ -1055,6 +1055,7 @@ theme-toggle {
|
|||||||
#article p {
|
#article p {
|
||||||
font-size: 1.05rem;
|
font-size: 1.05rem;
|
||||||
line-height: 1.7;
|
line-height: 1.7;
|
||||||
|
white-space: pre-line;
|
||||||
}
|
}
|
||||||
#preview_popup p *,
|
#preview_popup p *,
|
||||||
#article p * {
|
#article p * {
|
||||||
|
|||||||
2
css/main.min.css
vendored
2
css/main.min.css
vendored
File diff suppressed because one or more lines are too long
@ -1098,6 +1098,7 @@ theme-toggle {
|
|||||||
p {
|
p {
|
||||||
font-size: 1.05rem;
|
font-size: 1.05rem;
|
||||||
line-height: 1.7;
|
line-height: 1.7;
|
||||||
|
white-space: pre-line;
|
||||||
|
|
||||||
* {
|
* {
|
||||||
line-height: inherit;
|
line-height: inherit;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user