i tried to expand the tagline text area with custom CSS:
div.game_text {height:250px;}
..but it still doesn't show the full taglines, only the whitespace grows. any pointers?
i figured it out. for anyone else who wants to show collections' full taglines on their game page, the custom CSS is
.game_grid_widget .game_cell .game_text { white-space: normal; }
AHHH thank youuu