Opened 12 months ago
Closed 5 months ago
#7321 closed defect (bug) (invalid)
Content overflow in small plugin cards
Reported by: | pranitdugad | Owned by: | |
---|---|---|---|
Milestone: | Priority: | lowest | |
Component: | Plugin Directory | Keywords: | has-screenshots |
Cc: |
Description
In plugins page(https://wordpress.org/plugins/), at screen size 375px content is going out of layout
Attachments (2)
Change History (7)
#1
@
12 months ago
Applying following css code may fix the issue.
.entry-excerpt { word-break: break-all; }
#3
@
10 months ago
See also https://github.com/WordPress/wporg-parent-2021/pull/119
Probably a duplicate of #6954, and I believe there's another one for changing the hyphenation site-wide (which I guess the above probably supersedes)
Note: See
TracTickets for help on using
tickets.
i have attached screenshot for better understanding