Search Results
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%;
}
.ellipsis {
/* overflow: hidden; */
/* text-overflow: ellipsis; */
white-space: pre-wrap;
}
.workshopItem .workshopItemTitle {
font-size: 14px;
font-weight: normal;
max-width: 200px;
width: 100%;
}
Page 1