|
|
@ -1,6 +1,6 @@ |
|
|
|
<div (click)="$event.stopPropagation()"> |
|
|
|
<div |
|
|
|
[style.width]="deviceType === 'mobile' ? '85vw' : '30rem'" |
|
|
|
(click)="$event.stopPropagation();" |
|
|
|
(keydown.tab)="$event.stopPropagation()" |
|
|
|
> |
|
|
|
<div class="align-items-center d-flex search-container"> |
|
|
@ -108,7 +108,6 @@ |
|
|
|
animationDuration="0" |
|
|
|
mat-align-tabs="start" |
|
|
|
[mat-stretch-tabs]="false" |
|
|
|
(click)="$event.stopPropagation();" |
|
|
|
> |
|
|
|
<mat-tab> |
|
|
|
<ng-template mat-tab-label |
|
|
@ -167,3 +166,4 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</form> |
|
|
|
</div> |
|
|
|