Tabletop Simulator

Tabletop Simulator

Tabletop Workshop
Create and import your own content, discover new and exciting games, and take your tabletop gaming experience to a whole new level.
Learn More
Stylus CSS snippet to make the Workshop show the entire title
This will make the Workshop search results show the entire title without cutting it off with ellipses.

1. Install Stylus and install this script.[userstyles.world]
2. If you're using something else, use the CSS below.

.ellipsis { /* overflow: hidden; */ /* text-overflow: ellipsis; */ white-space: pre-wrap; } .workshopItem .workshopItemTitle { font-size: 14px; font-weight: normal; max-width: 200px; width: 100%; }