-
Notifications
You must be signed in to change notification settings - Fork 143
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
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
I also wonder if it would be necessary to add a "class="row"" div after the container?
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working

