Skip to content

Fix broken disk space popup in admin users table#5708

Open
apoorvdarshan wants to merge 1 commit intolearningequality:unstablefrom
apoorvdarshan:unstable
Open

Fix broken disk space popup in admin users table#5708
apoorvdarshan wants to merge 1 commit intolearningequality:unstablefrom
apoorvdarshan:unstable

Conversation

@apoorvdarshan
Copy link

Summary

  • Fixes the disk space popup in Administration > Users looking broken (too small, scrollbar, background visible)
  • Added min-width: 280px to the VCard wrapping the UserStorage form inside the BaseMenu popup, preventing the content from being squeezed by Vuetify's .v-menu__content max-width: 80% constraint

Fixes #5706

Test plan

  • Sign in with an Admin user
  • Go to Administration > Users
  • Click the edit icon next to a user's disk space value
  • Verify the popup displays properly without scrollbar or clipped content
  • Verify the Size input, unit dropdown, and Cancel/Save buttons are all visible and usable

Add min-width to the VCard containing the UserStorage form so that
the popup content does not get squeezed by VMenu's max-width constraint,
preventing layout wrapping and the unwanted scrollbar.

Fixes learningequality#5706
@learning-equality-bot
Copy link

👋 Thanks for contributing!

We will assign a reviewer within the next two weeks. In the meantime, please ensure that:

  • You ran pre-commit locally
  • All issue requirements are satisfied
  • The contribution is aligned with our Contributing guidelines. Pay extra attention to Using generative AI. Pull requests that don't follow the guidelines will be closed.

We'll be in touch! 😊

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Administration - Users - The disk space popup looks broken

1 participant