Category overview I want a line break

I think for good measure you want word-wrap: unset too.

CSS:
[data-template="xfrm_category_view"] a.categoryList-link {
    white-space: unset;
    word-wrap: unset;
}
 
Top Bottom