Make WordPress Core

Opened 5 years ago

Last modified 4 months ago

#45991 new defect (bug)

Twenty Nineteen: Post titles are overflowing the content area

Reported by: dejan85's profile Dejan85 Owned by:
Milestone: Future Release Priority: normal
Severity: normal Version: 5.0.3
Component: Bundled Theme Keywords: has-patch needs-testing reporter-feedback
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)

45991.patch (236.6 KB) - added by Shital Patel 5 years ago.
word-wrap: break-word; added in style.css file
45991.diff (1.1 KB) - added by mukesh27 5 years ago.
Updated patch. Added missing css in style.scss and style-rtl.css
long-post-titles.jpg (338.2 KB) - added by poena 5 years ago.
Before patch, in Chrome on Windows

Download all attachments as: .zip

Change History (7)

@Shital Patel
5 years ago

word-wrap: break-word; added in style.css file

#1 @Shital Patel
5 years ago

  • Focuses ui added
  • Keywords has-patch added

@mukesh27
5 years ago

Updated patch. Added missing css in style.scss and style-rtl.css

#2 @laurelfulford
5 years ago

  • Keywords needs-testing added
  • Milestone changed from Awaiting Review to Future Release

@poena
5 years ago

Before patch, in Chrome on Windows

#3 @poena
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?

#4 @poena
4 months ago

  • Keywords reporter-feedback added
Note: See TracTickets for help on using tickets.