Carousel text has line-height: 0 applied

It seems there was a change made in Merge "[bug] Slider has unexpected spacing at the bottom" · plasmicapp/plasmic@218c49f · GitHub which causes all the text in my carousel to have line-height: 0 applied. I’m not sure why this change was necessary as it has broken my site.

I worked around this for now by adding custom CSS:

.slick-slide {
    line-height: inherit !important;
}

Thanks for reporting, we are deploying a fix