diff --git a/projects/public-search/src/app/document-brief/document-brief.component.html b/projects/public-search/src/app/document-brief/document-brief.component.html index 34bbcbe2b..5bea91762 100644 --- a/projects/public-search/src/app/document-brief/document-brief.component.html +++ b/projects/public-search/src/app/document-brief/document-brief.component.html @@ -15,63 +15,52 @@ along with this program. If not, see . --> -
- - -
-

+
+ +
+ +

{{ record.metadata.ui_title_text }}

- + + {{ last ? '' : '; ' }} + {{ last && record.metadata.contribution.length > 3 ? '; …' : '' }} + + + +
    +
  • {{ publication.value }}
  • +
+ +
+ +
+        {{ record.explanation | json }}
+      
+
+ + + +
+   + available + not available +
diff --git a/projects/shared/src/lib/view/thumbnail/thumbnail.component.scss b/projects/shared/src/lib/view/thumbnail/thumbnail.component.scss index e5191bf66..59c66d514 100644 --- a/projects/shared/src/lib/view/thumbnail/thumbnail.component.scss +++ b/projects/shared/src/lib/view/thumbnail/thumbnail.component.scss @@ -16,7 +16,7 @@ * along with this program. If not, see . */ -figure, .thumb-brief img, .thumb-detail img { +figure, .thumb-detail img { width: 100%; height: auto; max-height: 100%;