Fixed hidden tooltip content in motion toolbar.

This commit is contained in:
Emanuel Schütze 2017-03-22 10:37:39 +01:00
parent ae098b1439
commit af9559d036

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>