@huntsman-cancer-institute/navigation 17.14.4 → 17.14.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2771,8 +2771,8 @@ let SearchListControllerComponent = class SearchListControllerComponent extends
2771
2771
  </div>
2772
2772
  <div class="row advanced-search-content-body">
2773
2773
  <ng-container>
2774
- <div *ngFor="let field of this.param.fields; index as k">
2775
- <div class="col-5">
2774
+ <ng-container *ngFor="let field of this.param.fields; index as k">
2775
+ <div class="col-2">
2776
2776
  <div *ngIf="getFieldType(field.field) === 'input' ">
2777
2777
  <mat-form-field appearance="none">
2778
2778
  <mat-label>{{getFieldDisplay(field.field)}}</mat-label>
@@ -2820,7 +2820,7 @@ let SearchListControllerComponent = class SearchListControllerComponent extends
2820
2820
  </mat-form-field>
2821
2821
  </div>
2822
2822
  </div>
2823
- </div>
2823
+ </ng-container>
2824
2824
  </ng-container>
2825
2825
  </div>
2826
2826
  </div>
@@ -3203,8 +3203,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
3203
3203
  </div>
3204
3204
  <div class="row advanced-search-content-body">
3205
3205
  <ng-container>
3206
- <div *ngFor="let field of this.param.fields; index as k">
3207
- <div class="col-5">
3206
+ <ng-container *ngFor="let field of this.param.fields; index as k">
3207
+ <div class="col-2">
3208
3208
  <div *ngIf="getFieldType(field.field) === 'input' ">
3209
3209
  <mat-form-field appearance="none">
3210
3210
  <mat-label>{{getFieldDisplay(field.field)}}</mat-label>
@@ -3252,7 +3252,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
3252
3252
  </mat-form-field>
3253
3253
  </div>
3254
3254
  </div>
3255
- </div>
3255
+ </ng-container>
3256
3256
  </ng-container>
3257
3257
  </div>
3258
3258
  </div>