mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Add tooltip to long title. (#14378)
On visualization title ellipsis() is applied and full title is not readable. Display tooltip title. Past versions were displaying tooltips (cf. https://github.com/elastic/kibana/pull/2401#issuecomment-67576939).
This commit is contained in:
parent
f5274c1bde
commit
4bed1d76be
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
<span
|
||||
data-test-subj="dashboardPanelTitle"
|
||||
class="panel-title"
|
||||
tooltip="{{::savedObj.title}}"
|
||||
aria-label="{{:: 'Dashboard panel: ' + savedObj.title }}"
|
||||
>
|
||||
{{::savedObj.title}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue