Thanks for writing in! You’ve given max-width to your left sidebar images, please remove the inline style from the images and add the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:
.x-text p {
text-overflow: ellipsis !important;
overflow: hidden !important;
}