Opened 4 years ago
Closed 4 years ago
#5268 closed defect (bug) (fixed)
Fix long support forum title styling
Reported by: | jonoaldersonwp | Owned by: | dd32 |
---|---|---|---|
Milestone: | Priority: | low | |
Component: | Support Forums | Keywords: | seo |
Cc: |
Description (last modified by )
Particularly long and unbroken thread headings, like on https://wordpress.org/support/topic/declaration-of-axiom_plugin_updaterdownload_packagepackage/, bleed outside of the container and viewport on mobile devices.
This is a UI problem, and it negatively impacts our SEO.
This can be easily fixed by adding the following CSS:
.bbpress h1.page-title { word-break: break-word; }
Change History (2)
Note: See
TracTickets for help on using
tickets.
In 9977: