Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

responsive grouped #114

Open
nomeata opened this issue Jun 21, 2024 · 0 comments
Open

responsive grouped #114

nomeata opened this issue Jun 21, 2024 · 0 comments

Comments

@nomeata
Copy link

nomeata commented Jun 21, 2024

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>

good

But on mobile, this degrades badly:

bad

Is there a simple way so that on narrow screens, the three form elements are stacked vertically?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant