Skip to:
Content

BuddyPress.org

Ticket #3357: 3357.01.patch

File 3357.01.patch, 419 bytes (added by r-a-y, 15 years ago)

Adding an extra 1px to margin-bottom for div.comment-options seems to fix the problem.

  • bp-themes/bp-default/_inc/css/default.css

    h3#reply .comments-header { 
    836836        padding: 0;
    837837}
    838838.comment-options {
    839         margin: 10px 0 1px;
     839        margin: 10px 0 2px;
    840840}
    841841.comment-options .comment-reply-link,
    842842.comment-options .comment-edit-link {