diff --git a/src/app/shared/object-grid/search-result-grid-element/item-search-result/item/item-search-result-grid-element.component.html b/src/app/shared/object-grid/search-result-grid-element/item-search-result/item/item-search-result-grid-element.component.html index 4344cf9a00..91fb85be40 100644 --- a/src/app/shared/object-grid/search-result-grid-element/item-search-result/item/item-search-result-grid-element.component.html +++ b/src/app/shared/object-grid/search-result-grid-element/item-search-result/item/item-search-result-grid-element.component.html @@ -1,46 +1,45 @@
- -
+
-
- -
- - -
-
- -
- - -
-
-
- - - -

-
-

- - {{firstMetadataValue('dc.date.issued')}} - , - - - -

-

- - - -

- -
- +
+ +
+ + +
+
+ +
+ + +
+
+
+ + + + +

+
+ +

+ {{firstMetadataValue('dc.date.issued')}} + , + + +

+
+ +

+ +

+
+
+ +
diff --git a/src/app/shared/truncatable/truncatable-part/truncatable-part.component.scss b/src/app/shared/truncatable/truncatable-part/truncatable-part.component.scss index e778e1d15e..e045b197d2 100644 --- a/src/app/shared/truncatable/truncatable-part/truncatable-part.component.scss +++ b/src/app/shared/truncatable/truncatable-part/truncatable-part.component.scss @@ -6,6 +6,6 @@ box-shadow: none !important; } -.removeFaded { - position: inherit; +.removeFaded.content::after { + display: none; }