Skip to content

Commit 3ef7b9c

Browse files
authored
Show full notification titles in tooltip on hover (#16331)
1 parent 4b89fce commit 3ef7b9c

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

shell/components/nav/NotificationCenter/Notification.vue

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,10 @@ const findNewIndex = (shouldAdvance: boolean, activeIndex: number, itemsArr: Ele
246246
:class="clz"
247247
/>
248248
</div>
249-
<div class="item-title">
249+
<div
250+
v-clean-tooltip="item.title"
251+
class="item-title"
252+
>
250253
{{ item.title }}
251254
</div>
252255
<button

0 commit comments

Comments
 (0)