<style type="text/css">
table,
td.col2 {width:100%}
td.col1 {white-space:nowrap;}
</style>
<table>
<tr>
<td class="col1">Column 1 content here</td>
<td class="col2">Column 2 content here</td>
</tr>
</table>
Run Code Online (Sandbox Code Playgroud)