diff --git a/src/app/pages/resources/resources/components/resources-dashboard/resources-dashboard.component.html b/src/app/pages/resources/resources/components/resources-dashboard/resources-dashboard.component.html index 12fed53..99a5ef3 100644 --- a/src/app/pages/resources/resources/components/resources-dashboard/resources-dashboard.component.html +++ b/src/app/pages/resources/resources/components/resources-dashboard/resources-dashboard.component.html @@ -31,7 +31,7 @@ [propertyMap]="propertyMap" > - {{option.name}} + {{option.name}} @@ -54,21 +54,22 @@

{{elem.name}}

- - -  {{cat?.name}}{{isLast ? '' : ', '}} - + +
+ + {{cat?.name}}{{isLast ? '' : ','}} + +
- - - - {{elem.quantity}} - - - - {{elem.organisations_total}} +
+ + {{elem.quantity}} +
+
+ + {{elem.organisations_total}} - +
@@ -130,4 +131,4 @@

{{elem.name}}

[collectionSize]="pager.total"> - \ No newline at end of file + diff --git a/src/app/pages/resources/resources/components/resources-dashboard/resources-dashboard.component.scss b/src/app/pages/resources/resources/components/resources-dashboard/resources-dashboard.component.scss index c00a3c8..7cc95e1 100644 --- a/src/app/pages/resources/resources/components/resources-dashboard/resources-dashboard.component.scss +++ b/src/app/pages/resources/resources/components/resources-dashboard/resources-dashboard.component.scss @@ -18,7 +18,7 @@ @media (max-width: 1199px) { .btn-adjusting { - width: min-content; + width: min-content; } } ::ng-deep .category{ @@ -27,7 +27,7 @@ } } .card-text { - + span { line-height: 1; height: auto; @@ -36,4 +36,12 @@ overflow-wrap: initial; word-break:initial; } -} \ No newline at end of file + + div.col-md-12.d-flex { + margin-bottom: 0.3rem; + + .category-element { + margin-bottom: 0.25rem; + } + } +}