Uploaded image for project: 'XWiki Platform'
  1. XWiki Platform
  2. XWIKI-11546

A long page name display top menu on multiple lines

    XMLWordPrintable

Details

    • Unknown

    Description

      Hello,

      A long page name display top menu on multiple lines

      I add this SSX to avoid this problem,

      /* Tronque les noms de page trop long du menu du haut */
      @media (max-width: 1400px) {  
        #tmPage a {
          max-width: 10em;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          -o-text-overflow: ellipsis;  // for Opera 9 & 10
        }
      }
      

      WDYT?
      Thxs.

      Pascal B

      Attachments

        Issue Links

          Activity

            People

              mflorea Marius Dumitru Florea
              Pbas Pascal BASTIEN
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: