Many of the sub-pages to the master page have long names. It would be very helpful if the sub-page names would wrap so the navigation bar could stay the same width all the time and not have to be stretched out to see the complete name of the sub-page.
Thank you,
Dan
If you have the server version of Confluence you could add the below CSS to either the global stylesheet or space stylesheet (if you want to do it on a space by space basis) to limit the width.
.plugin_pagetree_children_span a {
max-width: 200px !important;
white-space: normal !important;
}
Thanks Davin. We haven't decided on Cloud or server version yet, so this comment may help with that decision...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.