I have a submit button, with 30px width, to the right of a text input field.
The text input field should dynamically fill up all available space.
What's the styling to accomplish this?
<div class="wrapper">
<input type="text">
<input type="submit">
</div>