Make WordPress Core

Opened 12 years ago

Closed 11 years ago

#25232 closed defect (bug) (wontfix)

Twenty Thirteen: entry-title overflows the content area

Reported by: emiluzelac's profile emiluzelac Owned by:
Milestone: Priority: low
Severity: normal Version: 3.6
Component: Bundled Theme Keywords:
Focuses: Cc:

Description

As I was editing some of the Theme Unit Test Data, I've noticed that h1 title overflows the content area:

Live example

Fix:

.entry-title {
    word-wrap: break-word;
}

or global

.h1 {
    word-wrap: break-word;
}

P.S. I could not find any related tickets.

Change History (9)

#1 @lancewillett
12 years ago

  • Keywords reporter-feedback removed

https://twitter.com/pete_schuster/status/370258503102767105

I'm pretty sure we won't fix this one, but it'll need a quick look up for the history so we can see the decision process.

#2 @emiluzelac
12 years ago

Either way it's good. We can also remove this from the data as well.

#3 @iv.dimova
11 years ago

I agree that this needs to be fixed, it looks really bad

#5 @obenland
11 years ago

#25535 was marked as a duplicate.

#6 @tillkruess
11 years ago

The .comments-title does also overflow the content area, see patch in #25535.

#7 @lancewillett
11 years ago

  • Milestone changed from Awaiting Review to 3.8
  • Priority changed from normal to low

Still think this is very low priority, but we can look at it closer to 3.8 release.

#8 @lancewillett
11 years ago

  • Milestone 3.8 deleted

Closing for the same reasons listed at #25008.

#9 @lancewillett
11 years ago

  • Resolution set to wontfix
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.