diff --git a/src/app/entity-groups/journal-entities/item-pages/journal-issue/journal-issue.component.html b/src/app/entity-groups/journal-entities/item-pages/journal-issue/journal-issue.component.html index e26052285fc..9f97f7e0eda 100644 --- a/src/app/entity-groups/journal-entities/item-pages/journal-issue/journal-issue.component.html +++ b/src/app/entity-groups/journal-entities/item-pages/journal-issue/journal-issue.component.html @@ -7,7 +7,7 @@
-
+
@@ -32,7 +32,7 @@ [label]="'journalissue.page.journal-issn'">
-
+
-
+
@@ -20,7 +20,7 @@ [label]="'journalvolume.page.issuedate'">
-
+
-
+
@@ -24,7 +24,7 @@ [label]="'journal.page.editor'">
-
+
-
+
-
+
-
+
-
+
-
+
-->
-
+
-
+
@if (!(mediaViewer.image || mediaViewer.video)) { @@ -61,7 +61,7 @@ urlRegex="^https?://">
-
+
@if (showDownloadLinkAsAttachment) { } diff --git a/src/app/item-page/simple/item-types/untyped-item/untyped-item.component.html b/src/app/item-page/simple/item-types/untyped-item/untyped-item.component.html index 7141a88a8e2..463af9c4ce2 100644 --- a/src/app/item-page/simple/item-types/untyped-item/untyped-item.component.html +++ b/src/app/item-page/simple/item-types/untyped-item/untyped-item.component.html @@ -19,7 +19,7 @@
-
+
@if (!(mediaViewer.image || mediaViewer.video)) { @@ -62,7 +62,7 @@ urlRegex="^https?://">
-
+
@if (showDownloadLinkAsAttachment) { } diff --git a/src/styles/_custom_variables.scss b/src/styles/_custom_variables.scss index 0a8a6757fb1..e8ae3549dd8 100644 --- a/src/styles/_custom_variables.scss +++ b/src/styles/_custom_variables.scss @@ -165,6 +165,7 @@ --ds-item-page-img-field-default-inline-height: 24px; + --ds-item-page-field-max-width: 75ch; --ds-qa-logo-width: 100px; diff --git a/src/styles/_global-styles.scss b/src/styles/_global-styles.scss index 6b794f06f64..3ead2664c24 100644 --- a/src/styles/_global-styles.scss +++ b/src/styles/_global-styles.scss @@ -573,3 +573,7 @@ ngb-tooltip-window { mask-size: contain; background-color: currentColor; } + +.item-page-field { + max-width: var(--ds-item-page-field-max-width); +}