diff --git a/apps/central/src/components/entity/metadata-row.vue b/apps/central/src/components/entity/metadata-row.vue index 1117b7420..fccf69c1b 100644 --- a/apps/central/src/components/entity/metadata-row.vue +++ b/apps/central/src/components/entity/metadata-row.vue @@ -11,6 +11,17 @@ except according to the terms contained in the LICENSE file. --> - - - +
-
- -
@@ -98,13 +99,9 @@ defineEmits(['selectionChanged']); max-width: 250px; } - .action-cell { + .last-updated-cell { padding-top: 4px; padding-bottom: 4px; - - // Ensure that the column is wide enough that EntityActions does not wrap. - min-width: 170px; - &:lang(id) { min-width: 215px; } } .col-content { diff --git a/apps/central/src/components/entity/table.vue b/apps/central/src/components/entity/table.vue index 73ab604b6..32c9ca33c 100644 --- a/apps/central/src/components/entity/table.vue +++ b/apps/central/src/components/entity/table.vue @@ -14,13 +14,14 @@ except according to the terms contained in the LICENSE file. :data="odataEntities.value" key-prop="__id" :frozen-only="properties == null" divider @action="afterAction">