Skip to content

Language-switcher can overlap installation button on create-superuser page #4615

@seancolsen

Description

@seancolsen

The layout on this page is such that the language switcher can end up overlapping the "Complete Installation" button:

Image

Note

  • To view this page in development mode:

    1. Wipe out your users with:

      docker exec -it mathesar_dev_db psql \
      -U mathesar \
      -d mathesar_django \
      -c 'truncate table mathesar_user cascade;'
      
    2. Visit http://localhost:8000

    (Afterwards, you'll need to re-connect any sample data that you've set up.)

  • When developing on this page, please un-check the two boxes if you submit the form (in order to avoid skewing our product usage analytics).

Related

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedCommunity contributors can implement thisreadyReady for implementationtype: bugwork: frontendRelated to frontend code in the mathesar_ui directory

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions