Search Results

Found 1 results for "2a9e6244b05e0441dbc8513cac0026c6" across all boards searching md5.

Anonymous /vm/1750989#1751328
5/15/2025, 7:18:04 AM
Here's a Stylus code to make the workshop search results page show the entire title rather than the ellipses cutoff. Gonna see if I can make it display more than 3 thin columns at once.

.ellipsis {
/* overflow: hidden; */
/* text-overflow: ellipsis; */
white-space: pre-wrap;
}

.workshopItem .workshopItemTitle {
font-size: 14px;
font-weight: normal;
max-width: 200px;
width: 100%;
}