Skip to content

Commit

Permalink
Merge pull request #6464 from kevinkucharczyk/dashboard-name-tooltip
Browse files Browse the repository at this point in the history
Stopped tooltip from being cut off when mousing over dashboard name
  • Loading branch information
epixa committed Mar 10, 2016
2 parents 586dd8b + 55f6e9e commit a7d44bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/kibana/public/dashboard/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div dashboard-app class="app-container dashboard-container">
<navbar ng-show="chrome.getVisible()" name="dashboard">
<span class="name" ng-if="dash.id" ng-bind="::dash.title" tooltip="{{::dash.title}}"></span>
<span class="name" ng-if="dash.id" ng-bind="::dash.title" tooltip="{{::dash.title}}" tooltip-append-to-body="true"></span>

<form name="queryInput"
class="fill inline-form"
Expand Down

0 comments on commit a7d44bd

Please sign in to comment.