From d315810844293721c410d870e98d35c87aa50bd2 Mon Sep 17 00:00:00 2001 From: Felix Turner Date: Fri, 19 Sep 2025 15:03:16 -0700 Subject: [PATCH] [feat] Improve template modal UI layout and spacing - Increase card description display from 2 to 4 lines for more content visibility - Remove header padding for cleaner layout in TemplateWorkflowView - Reduce search bar width for better proportions These changes improve the overall user experience and visual balance of the template browser modal. --- src/components/templates/TemplateSearchBar.vue | 4 ++-- src/components/templates/TemplateWorkflowCard.vue | 2 +- src/components/templates/TemplateWorkflowView.vue | 5 +++-- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/src/components/templates/TemplateSearchBar.vue b/src/components/templates/TemplateSearchBar.vue index 17b564b126..08d0af5281 100644 --- a/src/components/templates/TemplateSearchBar.vue +++ b/src/components/templates/TemplateSearchBar.vue @@ -1,7 +1,7 @@