Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
line wrap on catgegories admin page ?
Some of my categories are rather long, around 25 to 40 characters.
At column 23 they word wrap to the next line.
Is there anyway to move all of each category label on the admin page, to just one line for each one ?
Thanks !
Offline
#2 2012-08-05 00:44:21
- uli
- Moderator
- From: Cologne
- Registered: 2006-08-15
- Posts: 4,306
Re: line wrap on catgegories admin page ?
If you need it for only one of the four columns (below: article categories), add the following line to your admin stylesheet:
#categories_article a {white-space: nowrap;}
If you need it for all columns:
#category_container a {white-space: nowrap;}
In bad weather I never leave home without wet_plugout, smd_where_used and adi_form_links
Offline
Re: line wrap on catgegories admin page ?
Thanks ! That worked. Now I’ll be able to better move them around and get them into the correct order for the sub-categories. less confusing.
Offline