Skip to content
This repository was archived by the owner on Aug 7, 2020. It is now read-only.

Commit 92a1f5d

Browse files
marie-jjleveugle
authored andcommitted
feat(oui-navbar): display full menu title on hover
1 parent 87ac063 commit 92a1f5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/oui-navbar/src/menu/navbar-menu.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
ng-if="::!!$ctrl.headerBreadcrumb"
1414
ng-bind="::$ctrl.headerBreadcrumb">
1515
</span>
16-
<h3 class="oui-navbar-menu__title" ng-bind="::$ctrl.headerTitle"></h3>
16+
<h3 class="oui-navbar-menu__title" ng-bind="::$ctrl.headerTitle" title="{{::$ctrl.headerTitle}}"></h3>
1717
</header>
1818
<ul class="oui-navbar-list">
1919
<li class="oui-navbar-list__item {{::!!menuLink.class ? menuLink.class : null}}"

0 commit comments

Comments
 (0)