@jonatandor35 So on the first option, I got an error message (red dot) so I added a parentheses - not sure if I put it in the right place, but the red dot went away. This did not make any changes to the results list. I then attempted the 2nd option and it also did not provide any changes to the default result set. I did not see any errors pop up and also tried to change the color of the text instead of changing the line height, but everything stayed the same…
You seem to be coming up with some creative ideas. Any more by chance??
$w.onReady(() => {
$w("#dynamicDataset").onReady(() => {
$w("#teamRepeater").onItemReady($item => {
$item("#shortDescription").html =
$item("#shortDescription").html.replace(">", ` style="line-height:3em">`
)
})
})
})
