I found the solution using the following CSS code.
.box-caption--excerpt p{
line-break: normal;
}
In the template, line-break was set to ‘anywhere’.
You are welcome @stevenlyrathemes !
Great, thank you Steven.
That helped me a lot! I managed to do it! Thanks!