andrewwinkler
In this file /templates/ja_wall/css/template.css line 1506 find
#sidebar .categories-module li a {
border-radius: 3px;
color: #999;
display: inline-block;
line-height: normal;
max-width: 100px;
overflow: hidden;
padding: 2px 5px;
text-overflow: ellipsis;
text-transform: uppercase;
white-space: nowrap;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
Comment the white-space:nowrap
code in this way and save it clean your cache and reload page
/*white-space: nowrap;*/