Opened 11 years ago
Closed 11 years ago
#74 closed defect (bug) (fixed)
Fix display of table rows containing multi-line content
Reported by: | kpdesign | Owned by: | nacin |
---|---|---|---|
Milestone: | Priority: | low | |
Component: | Make (Get Involved) / P2 | Keywords: | has-patch |
Cc: |
Description
Table rows with multiple lines of content in one of the cells don't display content in the other cells properly. Instead of all content floating to the top of the cell, it is aligned in the middle of the cell.
P2 doesn't have vertical-align set for .postcontent table td - the attached patch fixes the issue for the make.wordpress.org sites and associated handbooks.
See Make/Meta Project Queue and PHPDoc Tags Guide for live examples, and the attached "after patch" screenshot.
Attachments (3)
Change History (7)
#1
@
11 years ago
Hi Kim, thanks for the patch :)
It looks like you (or your editor) also did some formatting (e.g., changing the indentation levels, putting spacing between properties and values, etc). Those aren't necessarily bad things, but it's best to do any formatting fixes in a separate ticket/patch.
Could you re-create the patch with only the relevant changes, and then submit a new ticket/patch with the formatting changes? That would make the changes needed for #74 more obvious, and protect against losing the formatting changes if the commit were reverted for some reason.
Fix display of table cells containing multi-line content + miscellaneous formatting fixes