mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Merge pull request #7704 from ppisljar/fix/6848
fix #6848 Long app title wraps to next icon
This commit is contained in:
commit
2fc0e53d43
2 changed files with 2 additions and 0 deletions
|
@ -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>
|
||||
|
|
|
@ -134,6 +134,7 @@ body { overflow-x: hidden; }
|
|||
text-align: left;
|
||||
padding-left: 3px;
|
||||
line-height: @app-icon-height;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
&:hover,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue