add the 'word-wrap' to update metadata form

Change-Id: Ic9b4707155fdeb102ba1548e0d3ec8f38dfb64d8
Closes-Bug: #1819394
This commit is contained in:
pengyuesheng 2019-03-11 09:53:18 +08:00
parent 782cb2f22d
commit 4103de6f3b
1 changed files with 2 additions and 2 deletions

View File

@ -121,9 +121,9 @@
<div ng-show="ctrl.tree.selected">
<p>
<strong>
<span ng-bind="ctrl.tree.selected.label"></span>
<span ng-bind="ctrl.tree.selected.label" class="word-wrap"></span>
</strong>
<span ng-show="ctrl.tree.selected.leaf">(<em><span ng-bind="ctrl.tree.selected.leaf.name"></span></em>)</span>
<span ng-show="ctrl.tree.selected.leaf" class="word-wrap">(<em><span ng-bind="ctrl.tree.selected.leaf.name"></span></em>)</span>
</p>
<p><span ng-bind="ctrl.tree.selected.description"></span></p>