We do not provide support for hacks, so use them at your own risk. If you're not comfortable with coding, we recommend against using this workaround.
Add this CSS to ensure that the title is always one line in Customize > Advanced > Custom CSS:
#content-holder .post-title {
white-space: nowrap !important;
overflow: hidden !important;
text-overflow: ellipsis !important;
}