How to add line-height code for Rich Editor content manager text?

@jonatandor35 ok - so today I went back to explore one more time and scrolled further down the page than I had before. Oddly, it looks as though the bottom half or so of content did add spacing, while the first 6 elements did not…now I am baffled. Here’s the code and a screenshot…

$w.onReady(() => {
    $w("#dynamicDataset").onReady(() => {
        $w("#teamRepeater").onItemReady($item => {
            $item("#shortDescription").html =
        $item("#shortDescription").html.replace(">", ` style="line-height:2em">`
         )
          })
    })
})