mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 15:03:07 +00:00
54053: Search label offset
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
<div>
|
<div>
|
||||||
<div class="labels">
|
<div class="labels col-sm-9 offset-sm-3">
|
||||||
<a *ngFor="let label of (appliedFilters | async)" class="badge badge-primary mr-1"
|
<a *ngFor="let label of (appliedFilters | async)" class="badge badge-primary mr-1"
|
||||||
[routerLink]="getSearchLink()"
|
[routerLink]="getSearchLink()"
|
||||||
[queryParams]="(getRemoveParams(label) | async)" queryParamsHandling="merge">
|
[queryParams]="(getRemoveParams(label) | async)" queryParamsHandling="merge">
|
||||||
|
Reference in New Issue
Block a user