From 33453072260bc6c27521cf4de3b47016d246a75c Mon Sep 17 00:00:00 2001 From: tatyabicchu Date: Mon, 27 May 2024 09:21:30 +0530 Subject: [PATCH 1/4] fix(heuristics): heuristic items are not properly aligned on vertical axis #480 --- src/components/molecules/HeuristicsTable.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/molecules/HeuristicsTable.vue b/src/components/molecules/HeuristicsTable.vue index 387d9416..f4727c7a 100644 --- a/src/components/molecules/HeuristicsTable.vue +++ b/src/components/molecules/HeuristicsTable.vue @@ -295,7 +295,7 @@ mdi-chevron-right From 6b46f9477e286658f8c4e79ca5242c9e3bbe4bcd Mon Sep 17 00:00:00 2001 From: tatyabicchu Date: Mon, 27 May 2024 12:14:01 +0530 Subject: [PATCH 2/4] fixed: reduce padding/margin heuristic row #481 --- src/components/molecules/HeuristicsTable.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/molecules/HeuristicsTable.vue b/src/components/molecules/HeuristicsTable.vue index f4727c7a..5057c28f 100644 --- a/src/components/molecules/HeuristicsTable.vue +++ b/src/components/molecules/HeuristicsTable.vue @@ -400,14 +400,14 @@ - {{ item.title }} - + mdi-chevron-right From b99fef591c668bfbb0f5e88d991c72d54c8e67df Mon Sep 17 00:00:00 2001 From: tatyabicchu Date: Mon, 27 May 2024 14:11:13 +0530 Subject: [PATCH 3/4] fixed improvied #483 --- src/components/molecules/HeuristicsTable.vue | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/src/components/molecules/HeuristicsTable.vue b/src/components/molecules/HeuristicsTable.vue index 5057c28f..c931e834 100644 --- a/src/components/molecules/HeuristicsTable.vue +++ b/src/components/molecules/HeuristicsTable.vue @@ -200,6 +200,7 @@