My testing has found that the line-height works if put into a container table.
<table style="line-height: 100%;"> <tr> <td> <span>Content</span> </td> </tr> </table>