Details
-
Bug
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
2.22.21, 2.24.11, 2.26.01
-
None
Description
When the link picker is used to browse a deeply nested structure with long node names, the breadcrumb UI can break.
This is easily fixed by adding a small CSS rule:
.hippo-picker-navigation-breadcrumbs {
height: 20px;
overflow: hidden;
max-width: 610px;
}