argos/dmp-frontend/src/app/ui/explore-dataset/filters/explore-dataset-filter-item/explore-dataset-filter-item...

14 lines
218 B
SCSS
Raw Normal View History

.facet-option-item {
height: auto !important;
min-height: 48px;
padding: 0.5em;
2018-11-27 18:33:17 +01:00
.mat-list-item-content {
min-height: inherit;
}
}
2019-02-08 17:35:35 +01:00
.data-expand-panel{
max-height: 20em;
overflow-x: hidden;
overflow-y: auto;
}