From b87a5eb681e4d07793496d14d97d0b91c0bf0380 Mon Sep 17 00:00:00 2001 From: Raphael Odini Date: Sun, 26 Jan 2025 18:21:19 +0100 Subject: [PATCH] refactor(Contribution assistant): improve the label card delete & chips display --- .../ContributionAssistantLabelList.vue | 16 ++++++++-------- src/components/ProofImageInputRow.vue | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/components/ContributionAssistantLabelList.vue b/src/components/ContributionAssistantLabelList.vue index fa48a691120..1b1f56f584a 100644 --- a/src/components/ContributionAssistantLabelList.vue +++ b/src/components/ContributionAssistantLabelList.vue @@ -12,22 +12,22 @@ - - - {{ $t('Common.Source') }} {{ label.boundingSource }} - - - - - + + {{ $t('Common.Delete') }} + + {{ label.boundingSource }} + + diff --git a/src/components/ProofImageInputRow.vue b/src/components/ProofImageInputRow.vue index 260eda2ed92..969a5fe1fbc 100644 --- a/src/components/ProofImageInputRow.vue +++ b/src/components/ProofImageInputRow.vue @@ -57,7 +57,7 @@ - +