#2320 closed defect (bug) (fixed)
Twenty Thirteen: bbPress Forum Topic and Reply List Style Affected
Reported by: | mercime | Owned by: | johnjamesjacoby |
---|---|---|---|
Milestone: | 2.3.2 | Priority: | normal |
Severity: | normal | Version: | trunk |
Component: | Appearance - Theme Compatibility | Keywords: | has-patch |
Cc: |
Description
bbPress trunk-4876; WP 3.6 beta-2; BP trunk-6991
Image attached (as seen in testbp.org and replicated in installation above) shows how Twenty Thirteen theme style below affects presentation of bbPress forum topic replies:
.comment-metadata, .comment-content, .reply { float: right; width: calc(100% - 124px); }
This can be fixed by adding width:100%; to #bbpress-forums div.reply in bbpress.css and in bbpress-rtl.css
#bbpress-forums div.reply { height: auto; width: 100%; }
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
Valid, and duplicated. Moving to 2.3.2.