Skip to content

responsive grouped #114

@nomeata

Description

@nomeata

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions