From 4bdc6a5361a47bc287b0dd29cd59048717363c8a Mon Sep 17 00:00:00 2001 From: Javier Segarra Date: Wed, 19 Feb 2025 12:01:25 +0100 Subject: [PATCH] fix: elements position --- src/components/ui/CardDescriptor.vue | 30 +++++++++++++++------------- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/src/components/ui/CardDescriptor.vue b/src/components/ui/CardDescriptor.vue index e6e7e6fa0..6f122ecd2 100644 --- a/src/components/ui/CardDescriptor.vue +++ b/src/components/ui/CardDescriptor.vue @@ -193,22 +193,24 @@ const toModule = computed(() => - + #{{ getValueFromPath(subtitle) ?? entity.id }} - - - {{ t('globals.copyId') }} - - + + + + {{ t('globals.copyId') }} + + +
-- 2.40.1