From 81ff8da086bc2ff310f506a8f8823d013a8f1aee Mon Sep 17 00:00:00 2001 From: kjh2064 Date: Sat, 15 Aug 2026 21:02:44 +0900 Subject: [PATCH] style(fe): standardize fixed 160px tab width with text ellipsis and native title tooltip --- frontend/src/shared/shell/KsTabs.vue | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/frontend/src/shared/shell/KsTabs.vue b/frontend/src/shared/shell/KsTabs.vue index 7e076dc5..f87a642d 100644 --- a/frontend/src/shared/shell/KsTabs.vue +++ b/frontend/src/shared/shell/KsTabs.vue @@ -53,7 +53,7 @@ const isTabActive = (tabId: string) => activeTabId.value === tabId @keydown.space.prevent="handleTabClick(tab.path)" > {{ tab.icon }} - {{ tab.title }} + {{ tab.title }}