Opened 2 years ago
Closed 21 months ago
#7321 closed defect (bug) (invalid)
Content overflow in small plugin cards
| Reported by: |
|
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
@
2 years ago
Applying following css code may fix the issue.
.entry-excerpt {
word-break: break-all;
}
#3
@
2 years 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