Skip to content

Commit

Permalink
fix: add hover effect to display space name in hamburger menu - EXO-7…
Browse files Browse the repository at this point in the history
…2640 - Meeds-io/meeds#2212

Before this change, when create a space with long title (about 40 char)
and hover on space name from hamburger menu in first level and second
level, no hover popup effect. After this change, display a popup
displaying the whole name.

(cherry picked from commit bf4aacb)
  • Loading branch information
Jihed525 authored Jun 26, 2024
1 parent 66c72b8 commit 8485360
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
:href="spaceLink"
:class="homeIcon && (homeLink === spaceLink && 'UserPageLinkHome' || 'UserPageLink')"
:arial-label="$t('space.avatar.href.title',{0:space.prettyName})"
:title="spaceDisplayName"
class="px-2 spaceItem"
role="link"
@mouseover="showItemActions = true"
Expand Down

0 comments on commit 8485360

Please sign in to comment.