Align text vertically at the top with a label in a bootstrap table cell, where the label text should wrap around.
<td>
<span>16/12/2018 00:00:00</span>
<p class="label label-danger" style="width:100px;line-height:normal;word-wrap:break-word;white-space: normal;">Some long text here like abcd smnopqurst xyz</p>
</td>