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