diff --git a/src/admin/components/other/activity/activity-details-modal.vue b/src/admin/components/other/activity/activity-details-modal.vue index 0fc62d39c..df5ed68c3 100644 --- a/src/admin/components/other/activity/activity-details-modal.vue +++ b/src/admin/components/other/activity/activity-details-modal.vue @@ -16,7 +16,235 @@

{{ $i18n.get('label_activity_creation_date') }}: {{ activityCreationDate }}

{{ $i18n.get('label_activity_author') }}: {{ activity.user_name }}

-
+ + +
+ +
+ +
@@ -445,6 +673,22 @@ } } + .tainacan-attachments-in-modal { + display: flex; + flex-wrap: wrap; + flex-direction: row; + align-content: baseline; + resize: vertical; + overflow-y: auto; + overflow-x: hidden; + height: 200px; + border: 1px solid $gray3; + + &>div { + margin: 0.5rem; + } + } + .tainacan-p-overflow { text-overflow: ellipsis; white-space: nowrap;