@media screen and (max-width: 640px){
  .text-truncate {
    max-width: 115px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}