Making WordPress.org

Opened 4 years ago

Closed 4 years ago

#5268 closed defect (bug) (fixed)

Fix long support forum title styling

Reported by: jonoaldersonwp's profile jonoaldersonwp Owned by: dd32's profile dd32
Milestone: Priority: low
Component: Support Forums Keywords: seo
Cc:

Description (last modified by jonoaldersonwp)

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)

#1 @jonoaldersonwp
4 years ago

  • Description modified (diff)

#2 @dd32
4 years ago

  • Owner set to dd32
  • Resolution set to fixed
  • Status changed from new to closed

In 9977:

Support: Break long support titles to prevent overflowing container.

Props jonoaldersonwp.
Fixes #5268.

Note: See TracTickets for help on using tickets.