Skip to:
Content

bbPress.org

Ticket #3535: 3535.diff

File 3535.diff, 560 bytes (added by viralsampat, 23 months ago)

I have checked above mentioned issue and I have resolved it and added patch. Also, I have attached screenshot after resolved this issue.

  • buddypress.org/public_html/wp-content/themes/bb-base/style.css

    diff --git a/buddypress.org/public_html/wp-content/themes/bb-base/style.css b/buddypress.org/public_html/wp-content/themes/bb-base/style.css
    index b787ebc05..c0b51b25a 100644
    a b body.trac a.attachment { 
    17991799                top: 0;
    18001800                left: 0;
    18011801        }
     1802        /* Resolved bbp-meta space issue. */
     1803        .bbp-reply-header {width: 100%;display: block;}
     1804        .bbp-reply-header .bbp-meta {
     1805                width: auto;
     1806                display: inline-block;
     1807        }
    18021808}
    18031809