Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit) (+1)

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;
}
(+1)

AHHH thank youuu