Skip to content

Commit 87686fc

Browse files
Andrea Barbassoatarix83
authored andcommitted
Merged in task/main-cris/DSC-2371 (pull request DSpace#3220)
[DSC-2371] fix the position of the facet checkbox Approved-by: Giuseppe Digilio
2 parents 0b1462c + 312baa3 commit 87686fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/app/shared/search/search-filters/search-filter/search-facet-filter-options/search-facet-option/search-facet-option.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[queryParams]="addQueryParams$ | async"
55
(click)="announceFilter()">
66
<label class="mb-0 d-flex w-100">
7-
<input type="checkbox" [checked]="false" class="my-1 align-self-stretch"/>
7+
<input type="checkbox" [checked]="false" class="my-1 align-self-baseline"/>
88
<span class="w-100 pl-1 break-facet">
99
{{ labelTranslation | dsCapitalize}}
1010
({{filterValue.count}})

src/app/shared/search/search-filters/search-filter/search-facet-filter-options/search-facet-selected-option/search-facet-selected-option.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[routerLink]="[searchLink]"
44
[queryParams]="removeQueryParams | async">
55
<label class="mb-0 d-flex w-100">
6-
<input type="checkbox" [checked]="true" class="my-1 align-self-stretch filter-checkbox"/>
6+
<input type="checkbox" [checked]="true" class="my-1 align-self-baseline filter-checkbox"/>
77
<span class="filter-value pl-1 break-facet">
88
{{ 'search.filters.' + filterConfig.name + '.' + selectedValue.value | translate: {default: selectedValue.label} }}
99
</span>

0 commit comments

Comments
 (0)