Making WordPress.org

Ticket #6847: 6847.diff

File 6847.diff, 1.2 KB (added by aezazshekh, 19 months ago)

added patch

  • wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/style-original.scss

    diff --git a/wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/style-original.scss b/wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/style-original.scss
    index 4a788f9f8..0cfb77363 100644
    a b body.reply-edit #bbpress-forums fieldset legend { 
    452452        margin: 4px 0 0;
    453453}
    454454
     455#bbpress-forums p.bbp-topic-meta span {
     456        white-space: normal !important;
     457}
     458
    455459#bbpress-forums p.bbp-topic-meta a {
    456460        color: #888;
    457461        text-decoration: none;
  • wordpress.org/public_html/wp-content/themes/pub/wporg-support/style.css

    diff --git a/wordpress.org/public_html/wp-content/themes/pub/wporg-support/style.css b/wordpress.org/public_html/wp-content/themes/pub/wporg-support/style.css
    index c9d19b343..9b413b9f1 100644
    a b body.reply-edit #bbpress-forums fieldset legend { 
    682682        margin: 4px 0 0;
    683683}
    684684
     685#bbpress-forums p.bbp-topic-meta span {
     686        white-space: normal !important;
     687}
     688
    685689#bbpress-forums p.bbp-topic-meta a {
    686690        color: #888;
    687691        text-decoration: none;