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 { |
452 | 452 | margin: 4px 0 0; |
453 | 453 | } |
454 | 454 | |
| 455 | #bbpress-forums p.bbp-topic-meta span { |
| 456 | white-space: normal !important; |
| 457 | } |
| 458 | |
455 | 459 | #bbpress-forums p.bbp-topic-meta a { |
456 | 460 | color: #888; |
457 | 461 | text-decoration: none; |
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 { |
682 | 682 | margin: 4px 0 0; |
683 | 683 | } |
684 | 684 | |
| 685 | #bbpress-forums p.bbp-topic-meta span { |
| 686 | white-space: normal !important; |
| 687 | } |
| 688 | |
685 | 689 | #bbpress-forums p.bbp-topic-meta a { |
686 | 690 | color: #888; |
687 | 691 | text-decoration: none; |