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

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


#5268: Fix long support forum title styling
----------------------------+---------------------
 Reporter:  jonoaldersonwp  |       Owner:  (none)
     Type:  defect          |      Status:  new
 Priority:  low             |   Milestone:
Component:  Support Forums  |  Resolution:
 Keywords:  seo             |
----------------------------+---------------------
Description changed by jonoaldersonwp:

Old description:

> 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;
> }
> }}}

New description:

 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;
 }
 }}}

--

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


More information about the wp-meta mailing list