Skip to content

Commit

Permalink
Fixed issue about filter-panel -> list-selection component, so they a…
Browse files Browse the repository at this point in the history
…re all printed on the right of main component
  • Loading branch information
rzafari42 committed Jan 22, 2025
1 parent a291ad1 commit db24ec1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</mat-icon>
</div>

<div class="select-area" #selectArea [ngClass]="{right: title, multiple}"
<div class="select-area right" #selectArea [ngClass]="{ multiple }"
[ngStyle]="{'max-height': maxHeightDropdown ? maxHeightDropdown+'px' : null}" *ngIf="onOpenDropdown">
<ng-template [ngIf]="!multiple">
<div *ngFor="let item of list" [ngClass]="{selected: item.id === value }"
Expand Down

0 comments on commit db24ec1

Please sign in to comment.