Opened 13 years ago
Closed 13 years ago
#25232 closed defect (bug) (wontfix)
Twenty Thirteen: entry-title overflows the content area
| Reported by: | emiluzelac | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | |
| Component: | Bundled Theme | Version: | 3.6 |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
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.