From 10efafaad88cb2786316ceb3f328f8e2b0d02621 Mon Sep 17 00:00:00 2001 From: jorgep Date: Thu, 17 Aug 2023 14:48:05 +0200 Subject: [PATCH] refs 5987 cardList css refactored --- src/components/ui/CardList.vue | 33 +++++++-------------- test/cypress/integration/workerList.spec.js | 29 +++++++++++++----- 2 files changed, 32 insertions(+), 30 deletions(-) diff --git a/src/components/ui/CardList.vue b/src/components/ui/CardList.vue index 48a1c82a6..c70c7b1df 100644 --- a/src/components/ui/CardList.vue +++ b/src/components/ui/CardList.vue @@ -5,19 +5,19 @@ const $props = defineProps({ });