diff --git a/src-ui/src/app/components/common/custom-field-display/custom-field-display.component.html b/src-ui/src/app/components/common/custom-field-display/custom-field-display.component.html
index 161f2e1fc..3af2ccd29 100644
--- a/src-ui/src/app/components/common/custom-field-display/custom-field-display.component.html
+++ b/src-ui/src/app/components/common/custom-field-display/custom-field-display.component.html
@@ -18,7 +18,7 @@
@case (CustomFieldDataType.DocumentLink) {
@for (docId of value; track docId) {
-
+
{{ getDocumentTitle(docId) }}
}
diff --git a/src-ui/src/app/components/common/input/drag-drop-select/drag-drop-select.component.html b/src-ui/src/app/components/common/input/drag-drop-select/drag-drop-select.component.html
index dd7d7b3a3..fe549382a 100644
--- a/src-ui/src/app/components/common/input/drag-drop-select/drag-drop-select.component.html
+++ b/src-ui/src/app/components/common/input/drag-drop-select/drag-drop-select.component.html
@@ -9,7 +9,7 @@
{{item.name}}
}
@if (selectedItems.length === 0) {
-
{{emptyText}}
+
{{emptyText}}
}
diff --git a/src-ui/src/theme.scss b/src-ui/src/theme.scss
index 98261b8da..4dd7e5151 100644
--- a/src-ui/src/theme.scss
+++ b/src-ui/src/theme.scss
@@ -174,6 +174,10 @@ $form-check-radio-checked-bg-image-dark: url("data:image/svg+xml,