Opened 5 months ago
Closed 4 months ago
#7724 closed defect (bug) (fixed)
Expand code and copy button alignment issue
Reported by: | harsh175 | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Developer Hub | Keywords: | needs-patch |
Cc: |
Description
When checked wordpress functions, I found that in particular function, where User Contributed Notes code show, there are issue of Expand code and copy button alignment and also missing the file path or not in it.
Here is the screenshot and function link found the issue.
https://tinyurl.com/26v3yrxx
https://tinyurl.com/29wnd5xz
https://developer.wordpress.org/reference/functions/activate_plugin/
https://developer.wordpress.org/reference/functions/addslashes_gpc/
https://developer.wordpress.org/reference/functions/add_clean_index/
https://developer.wordpress.org/reference/functions/add_editor_style/
Change History (2)
Note: See
TracTickets for help on using
tickets.
@StevenDufresne Was this GH commit in response to this ticket?
That ticket technically resolves this issue, but it isn't reflected in production. It looks like the
build/code-comments/style-index.css
being requested is a cached version. That does not include the updated styles, as seen here (requested with a different cachebuster). Does the block need a version bump?