Merge pull request #3124 from emanuelschuetze/tooltip
Fixed hidden tooltip content in motion toolbar.
This commit is contained in:
commit
6b253ef4b7
@ -83,8 +83,7 @@
|
|||||||
ng-click="lineNumberForm.$show()"
|
ng-click="lineNumberForm.$show()"
|
||||||
ng-if="lineNumberMode != 'none'"
|
ng-if="lineNumberMode != 'none'"
|
||||||
uib-tooltip="{{ 'Jump to a given line number' | translate }}"
|
uib-tooltip="{{ 'Jump to a given line number' | translate }}"
|
||||||
tooltip-placement="bottom"
|
tooltip-placement="bottom">
|
||||||
tooltip-class="nobr">
|
|
||||||
<i class="fa fa-share"></i>
|
<i class="fa fa-share"></i>
|
||||||
<translate>go</translate>
|
<translate>go</translate>
|
||||||
</button>
|
</button>
|
||||||
|
Loading…
Reference in New Issue
Block a user