Skip to content

Commit

Permalink
fix(module:cascader): abnormal width of search results (#8937)
Browse files Browse the repository at this point in the history
  • Loading branch information
sholvabai authored Dec 16, 2024
1 parent a8efd2b commit c6aa501
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/cascader/cascader.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,6 @@ const defaultDisplayRender = (labels: string[]): string => labels.join(' / ');
role="menuitemcheckbox"
[class]="nzColumnClassName"
[style.height]="dropdownHeightStyle"
[style.width]="dropdownWidthStyle"
>
@for (option of options; track option) {
<li
Expand Down

0 comments on commit c6aa501

Please sign in to comment.