Show full title when on a collections page

You can try adding this to your base.css file:

.products .product-col h3 {
  letter-spacing: -.01em;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}

Result:

Hope that works for you!
@biznazz101