Opened 6 years ago
Last modified 4 months ago
#45991 new defect (bug)
Twenty Nineteen: Post titles are overflowing the content area
Reported by: | Dejan85 | Owned by: | |
---|---|---|---|
Milestone: | Future Release | Priority: | normal |
Severity: | normal | Version: | 5.0.3 |
Component: | Bundled Theme | Keywords: | needs-patch |
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 (9)
#2
@
6 years ago
- Keywords needs-testing added
- Milestone changed from Awaiting Review to Future Release
#3
@
5 years ago
Entry title already has
word-wrap: break-word;
So the existing patches does not make a difference.
@Dejan85 did you mean that the title should only be as wide as the post content?
Note: See
TracTickets for help on using
tickets.
word-wrap: break-word; added in style.css file