Skip to content

Commit 746f21a

Browse files
authored
Merge pull request DSpace#5650 from DSpace/backport-5637-to-dspace-8_x
[Port dspace-8_x] Fix search facets slide animation in safari
2 parents 3bf9fb6 + 713e0e2 commit 746f21a

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
:host {
2+
display: block;
3+
}

src/app/shared/search/search-filters/search-filter/search-facet-filter-wrapper/search-facet-filter-wrapper.component.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ import { renderFilterType } from '../search-filter-type-decorator';
1212

1313
@Component({
1414
selector: 'ds-search-facet-filter-wrapper',
15+
styleUrls: ['./search-facet-filter-wrapper.component.scss'],
1516
templateUrl: '../../../../abstract-component-loader/abstract-component-loader.component.html',
1617
standalone: true,
1718
imports: [

0 commit comments

Comments
 (0)