I have 2 tag inside a td
<td>
<label>some text</label>
<input type="text"/>
</td>
My goal is to not have these 2 tags form 2 rows inside the <td>, and the input tag takes whatever space <label> tag left. How can I do that using CSS.
Thanks!
How about that – the only downside is, that it adds another
<div>:CSS
HTML
Demo
jsFiddle