Opened 21 months ago
Closed 10 months ago
#6709 closed defect (bug) (fixed)
https://wordpress.org/documentation/article/audio-shortcode/ mobile design break.
Reported by: | 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)
#2
@
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.
This ticket was mentioned in Slack in #docs by upadalavipul. View the logs.
21 months ago
#6
@
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.
Added solution for the above issue. please add the below CSS.
CSS:
.wp-block-preformatted {
}