From b5611d4a13bf66fedf0b7d08d1bbaf9f8ff14ad3 Mon Sep 17 00:00:00 2001 From: Mike Tasset Date: Fri, 20 Dec 2024 13:39:24 +0100 Subject: [PATCH] Fix: tooltip on members table --- .../src/components/layout/tabs/Horizontal.vue | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/packages/ui-components/src/components/layout/tabs/Horizontal.vue b/packages/ui-components/src/components/layout/tabs/Horizontal.vue index 40baad4686..a5bca970e2 100644 --- a/packages/ui-components/src/components/layout/tabs/Horizontal.vue +++ b/packages/ui-components/src/components/layout/tabs/Horizontal.vue @@ -37,19 +37,22 @@ :disabled="item.disabled" @click="setActiveItem(item)" > -
- {{ item.title }} + /> + +
+ + {{ item.title }} + + {{ item.title }} +