Restore padding for comments posted from "System Message"
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #2969505. --> Reported by: [ressa](https://www.drupal.org/user/102134) >>> <p>The grey border above a patch in the comment-section in issues gets merged together with the comment message itself, which is also grey, making it look like it's part of the comment above.</p> <p>See fx #305 and #306 here: <a href="https://www.drupal.org/project/drupal/issues/2911319#comment-12599847">https://www.drupal.org/project/drupal/issues/2911319#comment-12599847</a></p> <p><strong>1. No padding (currently)</strong><br> <img src="https://www.drupal.org/files/issues/2018-05-04/1-no-padding.png" alt="no padding"></p> <p><strong>2. With padding</strong><br> <img src="https://www.drupal.org/files/issues/2018-05-04/2.padding.png" alt="padding"></p> <p>To better separate patches and comments, add <code>, .comment.system-message.committed</code> like this:</p> <pre>.comment, .comment.system-message.committed {<br>&nbsp; border-top: 1px solid gainsboro;<br>&nbsp; margin-top: 0.692em;<br>&nbsp; padding-top: 0.692em;<br>}</pre><p>... or remove:</p> <pre>.comment.system-message {<br>&nbsp; border-top: none;<br>&nbsp; padding-top: 0;<br>}</pre>
issue