Opened 14 months ago
Closed 12 months ago
#7250 closed defect (bug) (fixed)
Link is not wrapping in mobile view
Reported by: | dhruvang21 | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Developer Hub | Keywords: | has-screenshots has-patch |
Cc: |
Description
Dynamic hooks link is breaking when seen in mobile view on page coding-standards in php coding standard following is the link of the page. https://developer.wordpress.org/coding-standards/inline-documentation-standards/php/#other-descriptions
Attachments (1)
Change History (4)
#3
@
12 months ago
- Resolution set to fixed
- Status changed from new to closed
Thanks for the report! This was fixed in 59f2a0e on GitHub:
Prevent long links from clipping at narrow viewports.
Fixes #275.
I closed this via an identical ticket on GitHub posted the same day (which I just happen to see that first as I was making changes), but I've also given you props after the fact.
Note: See
TracTickets for help on using
tickets.
here is the patch :-
.devhub-wrap .site-main a {
}
add this css to main.css?ver=1680794391 on line 385