https://i.sstatic.net/Sr1cb.png
::ng-deep .mat-select-panel mat-option.mat-option {
height: unset;
}
::ng-deep .mat-option-text.mat-option-text {
white-space: normal;
}
Currently, I have implemented this code to ensure that text in options wraps to the next line when it's too long for a single line display. However, there is an issue with excessive white space between text lines within the mat options (as shown in the image). My goal is to minimize the line spacing within the same mat option. Any suggestions on how to achieve this adjustment would be greatly appreciated. Thank you.