[ML] Moves tooltip of info icon to top to avoid overlapping with corresponding form fields. (#20874) (#20928)

This commit is contained in:
Walter Rafelsberger 2018-07-18 15:46:37 +02:00 committed by GitHub
parent 6a9b2f975c
commit a51af838b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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" />
`
};
});