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 c67ac9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 Expand Up @@ -1214,4 +1214,4 @@ table.CodeRay td.code>pre{padding:0}
.CodeRay .insert .insert{color:#080}
.CodeRay .delete .delete{color:#800}
.CodeRay .change .change{color:#66f}
.CodeRay .head .head{color:#f4f}
.CodeRay .head .head{color:#f4f}

0 comments on commit c67ac9e

Please sign in to comment.