-
Notifications
You must be signed in to change notification settings - Fork 278
Labels
SAP SignavioSAP SignavioSAP SignavioTOPIC PbugThis issue is a bug in the codeThis issue is a bug in the codereleased
Description
Is your feature request related to a problem?
When using breadcrumbs, the label of a breadcrumbItem can be very long and it ends up being multi line.
It would be cool, to have a feature that controls truncation of those labels to make them fit into one line.
Here is a stackblitz where you can check the breadcrumb behavior: https://stackblitz.com/edit/github-hrablygv?file=src%2FApp.tsx
If you reduce the screen width enough you see that the breadcrumbs are collapsing and the last item is multiline:

Describe the solution you'd like
Adding a property to <Breadcrumbs />
component called maxLines
for example to control the maximum allowed lines a breadcrumbItem should show its label.
If the label is too long to fit into this one line it should truncate and show "..." at the end.
Describe alternatives you've considered
No response
Additional Context
No response
Organization
SAP SE
Declaration
- I’m not disclosing any internal or sensitive information.
Copilot
Metadata
Metadata
Assignees
Labels
SAP SignavioSAP SignavioSAP SignavioTOPIC PbugThis issue is a bug in the codeThis issue is a bug in the codereleased
Type
Projects
Status
Completed
Status
🆕 New