mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[ML] Moves tooltip of info icon to top to avoid overlapping with corresponding form fields. (#20874) (#20928)
This commit is contained in:
parent
6a9b2f975c
commit
a51af838b4
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ module.directive('mlFormLabel', function () {
|
|||
transclude: true,
|
||||
template: `
|
||||
<label class="kuiFormLabel" id="ml_aria_label_{{labelId}}" ng-transclude></label>
|
||||
<i ml-info-icon="{{labelId}}" position="bottom" />
|
||||
<i ml-info-icon="{{labelId}}" position="top" />
|
||||
`
|
||||
};
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue