I use The Ng-Zorro in Angular Project
I have problem with long text in select/option that it has showed in picture
You could handle it with CSS styles:
change white-space
for ant-select-option-content
.ant-select-item-option-content {
white-space: unset;
}
Working demo on stackblitz