Skip to content

Admin tables on /admin/users and /admin/books should span the full window width #1213

Description

@arnonrdp

On the admin routes, the data tables are width-constrained and don't use the full width of the window, leaving large empty margins on the left and right. Both tables should expand to fill the full available width.

Affected routes

  • /admin/users
  • /admin/books

Expected

Each table stretches to fill the full width of the window (minus normal page padding), using the available horizontal space.

Actual

The tables are constrained to a narrower container, with unused empty space on the sides.

Likely fix (Quasar/Vue)

  • The page/table is probably inside a centered wrapper with a max-width (or a q-page / container that constrains width). Remove/raise that max-width for these admin pages, or set the wrapper and q-table to width: 100%.
  • Make sure q-table (and its parent) use the full width and that q-page/container padding isn't over-constraining the layout.
  • Apply consistently to both /admin/users and /admin/books.

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