preserving white space

This commit is contained in:
sairaj mote 2024-01-18 02:07:22 +05:30
parent e2b84c3999
commit db517b13bb
3 changed files with 3 additions and 1 deletions

View File

@ -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

File diff suppressed because one or more lines are too long

View File

@ -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;