Uploaded image for project: 'CMS'
  1. CMS
  2. CMS-5810

Search tool criteria display is incorrect with too much long labels

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 3.9
    • 3.9
    • None
    • None

      If some criteria labels are too long, the display criteria part of the search tool is broken, see attached screenshot.

          [CMS-5810] Search tool criteria display is incorrect with too much long labels

          Laurence Aumeunier added a comment - - edited

          Solve in css by

          white-space: nowrap;
          text-overflow: ellipsis;
          

          FormEditionEditionPanel can be configured to wrap label within a span like <span title="My label too long">My label too long</span>

          Laurence Aumeunier added a comment - - edited Solve in css by white-space: nowrap; text-overflow: ellipsis; FormEditionEditionPanel can be configured to wrap label within a span like <span title="My label too long">My label too long</span>

            Unassigned Unassigned
            trizzi Thibaut Rizzi (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: