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-if="lineNumberMode != 'none'"
|
||||
uib-tooltip="{{ 'Jump to a given line number' | translate }}"
|
||||
tooltip-placement="bottom"
|
||||
tooltip-class="nobr">
|
||||
tooltip-placement="bottom">
|
||||
<i class="fa fa-share"></i>
|
||||
<translate>go</translate>
|
||||
</button>
|
||||
|
Loading…
Reference in New Issue
Block a user