U can try add this code to css:
@media only screen and (max-width: 601px){
.category-list.with-topics .category-list-item .category-description {
display: table-row;
}
}
U can try add this code to css:
@media only screen and (max-width: 601px){
.category-list.with-topics .category-list-item .category-description {
display: table-row;
}
}