Skip to content

Display Form on mobile phones #271

Closed
@ThibautPV

Description

@ThibautPV

There is a problem with the display of forms on cell phones. (see attached images)

Indeed, it should be modified :

  • class="card col-5 shadow-sm"

With:

  • class="card col-12 col-md-5 shadow-sm"

The views "login", "register", "magic_link_message" and "magic_link_form" are concerned

Before :
Capture d’écran 2022-07-02 à 18 21 22

After :
Capture d’écran 2022-07-02 à 18 21 52

I also wonder if it would be necessary to add a "class="row"" div after the container?

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions