Skip to content

Commit

Permalink
Merge pull request #46 from jfaquinojr/patch-1
Browse files Browse the repository at this point in the history
Display line breaks in the comments
  • Loading branch information
tidyui authored Jul 23, 2024
2 parents 2775121 + 3cacb13 commit 69bf94f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/web/razor/assets/scss/inc/_posts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,10 @@
background: #f4f4f4;
padding: 2rem 2.5rem;
}
}
}

.comment {
p {
white-space: pre-line;
}
}

0 comments on commit 69bf94f

Please sign in to comment.