Skip to content

Commit

Permalink
Merge branch 'develop' into release/12.1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcus-Goectau committed Dec 13, 2023
2 parents 0484d47 + 1a8616b commit e7867ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ <h4>{{t('titles.search results')}}</h4>
<div *ngIf="rows.length == 0">
{{t('no search results')}}
</div>
<div style="height:235px; margin: 0 1.5rem" *ngFor="let row of rows">
<div *ngFor="let row of rows" class="m-4" style="height: 250px;">
<swiper class="gallery-slider" [config]="config" (slideChange)="onSlideChange()" #swiper>
<ng-template swiperSlide *ngFor="let c of row; let i = index">

Expand Down

0 comments on commit e7867ae

Please sign in to comment.