mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
[CST-7217] Apply fix also for selected facets
This commit is contained in:
@@ -7,8 +7,9 @@ a {
|
||||
vertical-align: text-top;
|
||||
}
|
||||
}
|
||||
|
||||
.break-facet {
|
||||
word-break: break-all;
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
.filter-checkbox {
|
||||
|
@@ -2,9 +2,9 @@
|
||||
[tabIndex]="-1"
|
||||
[routerLink]="[searchLink]"
|
||||
[queryParams]="removeQueryParams" queryParamsHandling="merge">
|
||||
<label class="mb-0">
|
||||
<input type="checkbox" [checked]="true" class="my-1 align-self-stretch"/>
|
||||
<span class="filter-value pl-1 text-capitalize">
|
||||
<label class="mb-0 d-flex w-100">
|
||||
<input type="checkbox" [checked]="true" class="my-1 align-self-stretch filter-checkbox"/>
|
||||
<span class="filter-value pl-1 text-capitalize break-facet">
|
||||
{{ 'search.filters.' + filterConfig.name + '.' + selectedValue.value | translate: {default: selectedValue.label} }}
|
||||
</span>
|
||||
</label>
|
||||
|
@@ -7,3 +7,11 @@ a {
|
||||
vertical-align: text-top;
|
||||
}
|
||||
}
|
||||
|
||||
.break-facet {
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
.filter-checkbox {
|
||||
height: fit-content;
|
||||
}
|
||||
|
Reference in New Issue
Block a user