Change line height of the slide text

Add this code to the Custom CSS field on the Advanced tab of your Slider widget’s settings:

.eapp-slider-text-component{
  line-height: 50px;
}