Bug 40041:fix the blog comments hides in the left corner
requested to merge pranitpatil3112/blog:blog-comments-hides-in-the-left-corner-fixup-bug-40041 into main
div.comments div.indented { margin-left: 1em; }
The indented
class in Comments sets a 1em left margin, causing every comment to shift to the left by 1em.