[wp-meta] [Making WordPress.org] #5268: Fix long support forum title styling

Making WordPress.org noreply at wordpress.org
Wed Jun 17 10:00:22 UTC 2020


#5268: Fix long support forum title styling
----------------------------+--------------------
 Reporter:  jonoaldersonwp  |      Owner:  (none)
     Type:  defect          |     Status:  new
 Priority:  low             |  Milestone:
Component:  Support Forums  |   Keywords:  seo
----------------------------+--------------------
 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 negatively impacts our SEO.

 This can be easily fixed by adding the following CSS:

 {{{
 .bbpress h1.page-title {
   word-break: break-word;
 }
 }}}

-- 
Ticket URL: <https://meta.trac.wordpress.org/ticket/5268>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org


More information about the wp-meta mailing list