Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Limit character limit for tabs in the nav bar #1026

Open
kishore03109 opened this issue Aug 23, 2022 · 0 comments
Open

[Bug] Limit character limit for tabs in the nav bar #1026

kishore03109 opened this issue Aug 23, 2022 · 0 comments
Assignees

Comments

@kishore03109
Copy link
Contributor

Problem
Currently, while we do have a hard limit on the number of tabs in the nav main menu, we have not accounted for the case where the nav bar cards are unusually long in length.
Eg.
Screenshot 2022-08-23 at 3 58 23 PM

Solution
Count the total character count for all the nav cards, if the length >= 100, reject saving it on the front end.

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

No branches or pull requests

1 participant