diff --git a/src-ui/src/app/components/document-list/document-card-small/document-card-small.component.html b/src-ui/src/app/components/document-list/document-card-small/document-card-small.component.html index d1b99708e..e251e6211 100644 --- a/src-ui/src/app/components/document-list/document-card-small/document-card-small.component.html +++ b/src-ui/src/app/components/document-list/document-card-small/document-card-small.component.html @@ -60,16 +60,16 @@
@if (document()) { @if (displayFields().includes(DisplayField.DOCUMENT_TYPE) && document().document_type) { - } @if (displayFields().includes(DisplayField.STORAGE_PATH) && document().storage_path) { - } diff --git a/src-ui/src/app/components/document-list/document-card-small/document-card-small.component.scss b/src-ui/src/app/components/document-list/document-card-small/document-card-small.component.scss index 9dd7ed5cf..d098b126b 100644 --- a/src-ui/src/app/components/document-list/document-card-small/document-card-small.component.scss +++ b/src-ui/src/app/components/document-list/document-card-small/document-card-small.component.scss @@ -69,6 +69,11 @@ button { line-height: 1; + small { + min-width: 0; + overflow-wrap: anywhere; + } + &:hover, &:focus { background-color: transparent !important;