Hello,
The line breaking of the text box in the history section is due to the increase in font size of the fa-graduation-cap icon.
To resolve the issue please paste in the following custom CSS in your Admin Dashboard > Appearance > Customize > Theme Options > Custom CSS to control the font-size of the icon specifically and place the text-box intact :
.resume-list i.fa.fa-graduation-cap {
font-size: 19px;
}
Hope this Helps,
Best Regards !!