Hi,
Table row without vertical split
I want the left icon to be vertically centered as the line height increases due to the text on the right.
However, it was not centered
<table>
<tr>
<td style="vertical-align:middle;"><div style="float:left; width: 30px;"><i class="fas fa-exclamation-circle fa-lg"></i><div style="float:left; width: 100%;">Text<br />TextText<br />TextText<br />TextText<br />Text</div></td>
<tr>
</table>