Opened 10 years ago
Closed 10 years ago
#30420 closed defect (bug) (fixed)
Twenty Fifteen: Too-wide tables pop-out of posts
Reported by: | iandstewart | Owned by: | iandstewart |
---|---|---|---|
Milestone: | 4.1 | Priority: | normal |
Severity: | minor | Version: | 4.1 |
Component: | Bundled Theme | Keywords: | has-patch commit |
Focuses: | Cc: |
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.
10 years ago
This ticket was mentioned in Slack in #core-themes by iandstewart. View the logs.
10 years ago
Note: See
TracTickets for help on using
tickets.
This is interesting. We already have
word-wrap: break-word
in.entry-content
but it doesn't seem to work in this case.