How to make emirate, country and place of supply without row height? i am rendering in suitelet pdf. I need like the reference image i attached. And the output image is output for this below code. can anyone please help me out with this?
Here is the code snippet i used in suitelet.
<table style="width:45%; border:none; border-collapse:collapse; margin:0; padding:0;">
<tr>
<td style="width:60pt; border:none; padding:0; line-height:7pt;">Emirate</td>
<td style="width:5pt; border:none; padding:0; line-height:7pt;">:</td>
<td style="border:none; padding:0; line-height:7pt;"></td>
</tr>
<tr>
<td style="border:none; padding:0; line-height:7pt;">Country</td>
<td style="border:none; padding:0; line-height:7pt;">:</td>
<td style="border:none; padding:0; line-height:7pt;">${buyerCountry}</td>
</tr>
<tr>
<td style="border:none; padding:0; line-height:7pt;">Place of supply</td>
<td style="border:none; padding:0; line-height:7pt;">:</td>
<td style="border:none; padding:0; line-height:7pt;"></td>
</tr>
</table>