From 328976e5fee518d7d3253d7cd76dcce2583ccff5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20G=C3=B3mez=20Morales?= Date: Thu, 3 Apr 2025 14:34:48 +0200 Subject: [PATCH] fix(editor): Adjust table styling to match figma (no-changelog) (#14385) --- .../executions/ExecutionsFilter.vue | 33 ++++++++-------- .../global/GlobalExecutionsList.vue | 10 ++--- .../global/GlobalExecutionsListItem.test.ts | 2 +- .../global/GlobalExecutionsListItem.vue | 38 ++++++++++++------- .../src/utils/formatters/dateFormatter.ts | 2 +- 5 files changed, 46 insertions(+), 39 deletions(-) diff --git a/packages/frontend/editor-ui/src/components/executions/ExecutionsFilter.vue b/packages/frontend/editor-ui/src/components/executions/ExecutionsFilter.vue index a11246ab67..dbf528d66f 100644 --- a/packages/frontend/editor-ui/src/components/executions/ExecutionsFilter.vue +++ b/packages/frontend/editor-ui/src/components/executions/ExecutionsFilter.vue @@ -1,20 +1,20 @@