Details
-
Improvement
-
Resolution: Duplicate
-
Minor
-
None
-
6.3
-
None
-
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
- duplicates
-
XWIKI-11234 Do not display a very long title in the wiki's header
- Closed