Skip to content

Commit

Permalink
Fixes no-space white characters being added (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
utsav0209 authored May 17, 2021
1 parent f5603a8 commit b1e630d
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 b1e630d

Please sign in to comment.