Merge pull request #3124 from emanuelschuetze/tooltip

Fixed hidden tooltip content in motion toolbar.
This commit is contained in:
Norman Jäckel 2017-03-22 10:57:51 +01:00 committed by GitHub
commit 6b253ef4b7

View File

@ -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>