Long post titles don’t move to next line

The issue is due to addition of following line in your child theme. There should be some line height to show header properly.

.entry-header .entry-title {
    font-size: 1.6000rem;       /* was 1.42857rem; */
    font-weight: normal;
    line-height: 0;            /* changed from 1.2 */   
}