Opened 2 years ago
Closed 2 years ago
#7226 closed defect (bug) (duplicate)
Handbook long links do not wrap
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | lowest | |
| Component: | Handbooks | Keywords: | |
| Cc: |
Description
The Page is break, this link does not contain word wrap Below the Link - https://codex.wordpress.org/WordPress_in_Your_Language.
Page Link - https://make.wordpress.org/polyglots/handbook/translating/glotpress-translate-wordpress-org/poedit/
Attachments (1)
Change History (5)
#1
@
2 years ago
- Keywords needs-design needs-design-feedback added
- Priority changed from normal to high
Note: See
TracTickets for help on using
tickets.
Here is the CSS that we can add to fix the above issue:
.entry-content p a, .comment-content p a, .entry-content li a, .comment-content li a{ word-wrap: break-word; }