We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
some of the breadcrumb that are long have a inconsistent layout. resulting in some layout shifting of the breadcrumb detail.
also in some case, the layout is breaking down like this below: ref:
Proposal: creating a breakpoint function of till 4 word (seems ideal when i tried)
The text was updated successfully, but these errors were encountered:
I believe we can set the width to 100% and simply add ellipsis in case the title is too long.
We also added a breakpoint that for small screens only the last node would show. But that seems to not be enough of course.
I don't think we should have line breaks, but have "..." when the text is too long 👀
Sorry, something went wrong.
I believe we can set the width to 100% and simply add ellipsis in case the title is too long. We also added a breakpoint that for small screens only the last node would show. But that seems to not be enough of course. I don't think we should have line breaks, but have "..." when the text is too long 👀
definitely that sounds great. will implement that instead of the line break 👍
Successfully merging a pull request may close this issue.
Enter your suggestions in details:
Issue
some of the breadcrumb that are long have a inconsistent layout.
resulting in some layout shifting of the breadcrumb detail.
also in some case, the layout is breaking down like this below:
ref:
idea
Proposal: creating a breakpoint function of till 4 word (seems ideal when i tried)
Solution preview
The text was updated successfully, but these errors were encountered: