Opened 12 years ago
Closed 12 years ago
#30420 closed defect (bug) (fixed)
Twenty Fifteen: Too-wide tables pop-out of posts
| Reported by: | iandstewart | Owned by: | iandstewart |
|---|---|---|---|
| Priority: | normal | Milestone: | 4.1 |
| Component: | Bundled Theme | Version: | 4.1 |
| Severity: | minor | Keywords: | has-patch commit |
| Cc: | Focuses: |
Description
Example HTML and possible solution here:
http://www.456bereastreet.com/lab/table-layout-fixed/example-4.html
word-wrap isn't really a solution though for a theme. It's great for case-by-case static sites but it'll just start indiscriminately breaking words everywhere if we use it in a theme.
Attachments (1)
Change History (8)
This ticket was mentioned in Slack in #core-themes by iandstewart. View the logs.
12 years ago
This ticket was mentioned in Slack in #core-themes by iandstewart. View the logs.
12 years ago
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)

This is interesting. We already have
word-wrap: break-wordin.entry-contentbut it doesn't seem to work in this case.