i’m wondering if it’s possible to have the following code appear on the same line with the <input /> field expanding to fill the gap between the text and the button. basically, i want the input field as wide as possible without wrapping the text or button above or below the input field. the block that contains this <p> is fluid.
i’ve played around with applying CSS styles to these values but either the input stretches beyond the browser limits horizontally, the button &/or text gets wrapped or the entire horizontal space is not filled.