Opened 13 years ago
Closed 12 years ago
#25232 closed defect (bug) (wontfix)
Twenty Thirteen: entry-title overflows the content area
| Reported by: |
|
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:
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)
Note: See
TracTickets for help on using
tickets.
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.