Hello,
I saw the screenshot you attached.
Sorry but there is no option in Theme Settings available for that.
But if we try assigning the height to the category title then it will disturb the layout.
You can try reducing the text to one line by using the following Custom CSS and see if this works for you otherwise it requires Customizations.
.category-grid-item .wd-entities-title {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
Regards.
Xtemos Studios.