Skip to content

Bug 40041:fix the blog comments hides in the left corner

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.

Merge request reports