ui icon indicating copy to clipboard operation
ui copied to clipboard

UBreadcrumb: Add automatic line breaks for excessively long content

Open Lin-Van opened this issue 3 months ago • 0 comments

Package

v4.x

Description

When navigation is too long or the window is too small (e.g., on mobile devices), it is replaced by an ellipsis. Hovering the mouse does not reveal the full text. If you want to return to the parent directory, it's impossible to see which directory you clicked on.

We hope to implement navigation that automatically wraps text based on window size. For example: Home > Success Stories > Success Stories from Washington, USA > Successful Coffee Shop If the third-level text is too long and exceeds the window, it should wrap as: Home > Success Stories > (wrap) Success Stories from (wrap) Washington, USA > (wrap) The Successful Coffee Shop This applies similarly to additiona.

Additional context

No response

Lin-Van avatar Nov 14 '25 08:11 Lin-Van