Making WordPress.org

#6709 closed defect (bug) (fixed)

https://wordpress.org/documentation/article/audio-shortcode/ mobile design break.

Reported by: upadalavipul's profile upadalavipul Owned by:
Milestone: Priority: low
Component: HelpHub (wordpress.org/documentation) Keywords:
Cc:

Description

I have reviewed the https://wordpress.org/documentation/article/audio-shortcode/ page on mobile and the design is broken. please check below attached screenshot.

Screenshot: https://share.cleanshot.com/VVw1WxdLGWpsZGjfBwgm

Change History (6)

#1 @upadalavipul
21 months ago

Added solution for the above issue. please add the below CSS.

CSS:

.wp-block-preformatted {

word-break: break-all;

}

#2 @Otto42
21 months ago

Issues like this can be brought up to the #docs team directly in Slack They don't need a meta ticket about them, as the content can be edited directly by that team.

#3 @Otto42
21 months ago

#6710 was marked as a duplicate.

#4 @Otto42
21 months ago

#6711 was marked as a duplicate.

This ticket was mentioned in Slack in #docs by upadalavipul. View the logs.


21 months ago

#6 @coffee2code
10 months ago

  • Component changed from General to HelpHub (wordpress.org/documentation)
  • Priority changed from normal to low
  • Resolution set to fixed
  • Status changed from new to closed

This was fixed in the parent theme as part of https://github.com/WordPress/wporg-parent-2021/pull/84 about 8 months ago. The content that was overflowing its container at narrow viewport widths now triggers horizontal scrolling.

Note: See TracTickets for help on using tickets.