Opened 4 years ago
Last modified 4 years ago
#45991 new defect (bug)
Twenty Nineteen: Post titles are overflowing the content area
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Future Release | Priority: | normal |
Severity: | normal | Version: | 5.0.3 |
Component: | Bundled Theme | Keywords: | has-patch needs-testing |
Focuses: | ui | Cc: |
Description
Post titles are overflowing the content area.
In Twenty Seventeen the following code in style.css prevents titles from overflowing the content area. This code should be added to Twenty Nineteen as well.
#page { word-wrap: break-word; }
Attachments (3)
Change History (6)
Note: See
TracTickets for help on using
tickets.
word-wrap: break-word; added in style.css file