Skip to content

Commit

Permalink
Fixes no-space white characters being added
Browse files Browse the repository at this point in the history
  • Loading branch information
utsav0209 committed May 3, 2021
1 parent 36f96b9 commit 6151ad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/template/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -740,7 +740,7 @@ dfn{font-style:italic}
hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}
mark{background:#ff0;color:#000}
code,kbd,pre,samp{font-family:monospace;font-size:0.90rem}
pre{white-space:pre-wrap}
pre{white-space:pre}
q{quotes:"\201C" "\201D" "\2018" "\2019"}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
Expand Down

0 comments on commit 6151ad5

Please sign in to comment.