Uploaded image for project: 'Hippo CMS'
  1. Hippo CMS
  2. CMS-8008

Link picker: breadcrumb UI breaks if too many items

    XMLWordPrintable

Details

    • Bug
    • Status: Closed
    • Normal
    • Resolution: Fixed
    • 2.22.21, 2.24.11, 2.26.01
    • 2.28.00
    • 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;
      }

      Attachments

        Issue Links

          Activity

            People

              pgupta Pankaj Gupta (Inactive)
              abogaart Arthur Bogaart
              Votes:
              0 Vote for this issue
              Watchers:
              11 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: