You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using grouped to group form element horizontally:
<form method="GET">
<p class="grouped">
<input type="text" name="q" value="{html.escape(query)}"/>
<button type="submit">#find</button>
<button type="submit" name="lucky" value="yes" title="Directly jump to the documentation of the first hit.">#lucky</button>
</p>
</form>
But on mobile, this degrades badly:
Is there a simple way so that on narrow screens, the three form elements are stacked vertically?
The text was updated successfully, but these errors were encountered:
I am using
grouped
to group form element horizontally:But on mobile, this degrades badly:
Is there a simple way so that on narrow screens, the three form elements are stacked vertically?
The text was updated successfully, but these errors were encountered: