Merge pull request #7704 from ppisljar/fix/6848

fix #6848 Long app title wraps to next icon
This commit is contained in:
ppisljar 2016-07-16 10:26:30 +02:00 committed by GitHub
commit 2fc0e53d43
2 changed files with 2 additions and 0 deletions

View file

@ -14,6 +14,7 @@
ng-href="{{ link.active ? link.url : (link.lastSubUrl || link.url) }}"
data-test-subj="appLink"
ng-class="{ 'app-link__anchor': !switcher.isNavLinkEnabled(link) }"
title="{{ link.title }}"
>
<div ng-if="link.icon" class="app-icon"><img kbn-src="{{'/' + link.icon}}"></div>

View file

@ -134,6 +134,7 @@ body { overflow-x: hidden; }
text-align: left;
padding-left: 3px;
line-height: @app-icon-height;
white-space: nowrap;
}
&:hover,