diff --git a/dmp-frontend/src/app/app.component.scss b/dmp-frontend/src/app/app.component.scss index 634a06f22..51ca45e9b 100644 --- a/dmp-frontend/src/app/app.component.scss +++ b/dmp-frontend/src/app/app.component.scss @@ -1,17 +1,21 @@ .fixed { - position: fixed; - top: 0; - /* Sets the sticky toolbar to be on top */ - z-index: 1000; - width: 100%; + position: fixed; + top: 0; + /* Sets the sticky toolbar to be on top */ + z-index: 1000; + width: 100%; } .main-container { - margin-top: 64px; - padding-top: 10px; + margin-top: 64px; + padding-top: 10px; } .sidebar-shadow { - box-shadow: 0 4px 18px 0px rgba(0, 0, 0, 0.12), 0 7px 10px -5px rgba(0, 0, 0, 0.15); - z-index: 100; + box-shadow: 0 4px 18px 0px rgba(0, 0, 0, 0.12), 0 7px 10px -5px rgba(0, 0, 0, 0.15); + z-index: 100; +} + +::ng-deep .mat-chip { + height: auto !important; } diff --git a/dmp-frontend/src/app/ui/explore-dmp/dmp-explore-filters/explore-dmp-filter-item/explore-dmp-filter-item.component.ts b/dmp-frontend/src/app/ui/explore-dmp/dmp-explore-filters/explore-dmp-filter-item/explore-dmp-filter-item.component.ts index 5be70ac9f..5b706d5e4 100644 --- a/dmp-frontend/src/app/ui/explore-dmp/dmp-explore-filters/explore-dmp-filter-item/explore-dmp-filter-item.component.ts +++ b/dmp-frontend/src/app/ui/explore-dmp/dmp-explore-filters/explore-dmp-filter-item/explore-dmp-filter-item.component.ts @@ -35,7 +35,7 @@ export class ExploreDmpFilterItemComponent extends BaseComponent implements OnIn optionSearchControl = new FormControl(''); - private selectedOptions: any[] = []; + public selectedOptions: any[] = []; @ViewChild('optionsList', { static: true }) selectionList: MatSelectionList; diff --git a/dmp-frontend/src/styles.scss b/dmp-frontend/src/styles.scss index 595e6ed28..5af92cd10 100644 --- a/dmp-frontend/src/styles.scss +++ b/dmp-frontend/src/styles.scss @@ -131,7 +131,7 @@ } .finalized-bookmark { - color: #08bd63;; + color: #08bd63; // color: #92d050; display: inline; position: absolute;