Opened 3 years ago
Closed 3 years ago
#7226 closed defect (bug) (duplicate)
Handbook long links do not wrap
| Reported by: | akureshi | Owned by: | |
|---|---|---|---|
| Priority: | lowest | Milestone: | |
| 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)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
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; }