You are not logged in.
Pages: 1
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
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
Pages: 1