.list-option-inner { flex-grow: 1; white-space: nowrap; width: 100%; overflow: hidden; text-overflow: ellipsis; } .list-option { width: calc(100% - 16px); flex-grow: 1; display: -webkit-box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -ms-box-orient: vertical; box-orient: vertical; -webkit-line-clamp: 2; -moz-line-clamp: 2; -ms-line-clamp: 2; line-clamp: 2; } ::ng-deep .mat-list-text { max-height: 100%; }