parse-dashboard
parse-dashboard copied to clipboard
"Manage Columns" tab cuts off long column names
New Issue Checklist
- [x] I am not disclosing a vulnerability.
- [x] I am not just asking a question.
- [x] I have searched through existing issues.
- [x] I can reproduce the issue with the latest versions of Parse Server and Parse Dashboard.
Issue Description
The tap that opens when clicking the "Manage Columns" menu has a fixed size and therefore cuts off long column names.
Steps to reproduce
- Create a column in a class that is longer than the width of the "Manage Columns" tab
- Open the "Manage Columns" tab
Actual Outcome
Column name is cut off
Expected Outcome
Tab should adapt its width to fit the longest column name, maybe up to a max width, and only then truncate the name.
Environment
Dashboard
- Parse Dashboard version: 3.2.1
Logs
n/a
Thanks for opening this issue!
- 🚀 You can help us to fix this issue faster by opening a pull request with a failing test. See our Contribution Guide for how to make a pull request, or read our New Contributor's Guide if this is your first time contributing.