SyntaxFix
Write A Post
Hire A Developer
Questions
Just add vertical-align:top for first td alone needed not for all td.
tr>td:first-child {_x000D_ vertical-align: top;_x000D_ }
<tr>_x000D_ <td>Description</td>_x000D_ <td>more text</td>_x000D_ </tr>