Hi,
I'm using pagetree macro in Confluence 3.2.1. Some of the pages have really longs titles. Is there a way to limit its length in a way that it doesn't corrupte the display of the page tree?
Thank you!
Hello,
a small and simple way is using CSS. Insert the following CSS code to your "Administration" > "Custom HTML" > "At the end of the BODY"-part
<style type="text/css"> .plugin_pagetree_children_span a { overflow: hidden; display: block; width: 150px; white-space: nowrap; } </style>
With this code the title max lengt in the pagetree is 150 pixel. Tested this code whith my CF 4.0.3
I hope it works for your 3.2 too.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.