Skip to content

Commit 04c8557

Browse files
author
Guillaume Chau
committed
fix: router tab tooltips
1 parent a573b1d commit 04c8557

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/app-frontend/src/App.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
Events
8282
</VueGroupButton>
8383
<GroupDropdown
84-
v-tooltip="$t('App.routing.tooltip')"
84+
v-tooltip.left="$t('App.routing.tooltip')"
8585
:is-open="isRouterGroupOpen"
8686
:options="routingTabs"
8787
:value="routeModel"
@@ -106,6 +106,7 @@
106106
slot-scope="{ option }"
107107
>
108108
<VueGroupButton
109+
v-tooltip.left="!$responsive.wide && option.label"
109110
:value="option.name"
110111
:icon-left="option.icon"
111112
style="width: 100%;"

0 commit comments

Comments
 (0)