Add this code to the Custom CSS field on the Style tab of your Job Board widget’s settings:
.global-styles, :root { --description-rows: 4; } [class*='Grid__GridContainer-sc'] [class^='Description__Text-sc'] { -webkit-line-clamp: var(--description-rows); max-height: calc(var(--description-rows) * 20px); }
I have pasted in the above code and that has given me the number of rows I want in the initial description. But now when I click on Learn More, I can’t see or scroll through the longer description. Any suggestions re how I can fix this? Thanks
Hi there, @user20471
Sure, our devs adjusted the code:
Try it out and let me know if it worked
Yes!! Thank you!
Awesome! You’re welcome