Name is outside the page range

if the name is too long,
it will cause the name to exceed the page range when the resource is deleted.

Change-Id: I8cd455c047570234b413cb7e710ff40328c72c10
Closes-Bug: #1800754
This commit is contained in:
pengyuesheng 2018-10-31 09:49:01 +08:00
parent ac88796410
commit 181cb29d87
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
{% block template %}{% spaceless %}{% jstemplate %}
<div class="confirm-wrapper">
<span class="confirm-list">
<span class="confirm-list" style="word-wrap: break-word; word-break: normal;">
{% blocktrans %}You have selected: [[selection]]. {% endblocktrans %}
</span>
<span class="confirm-text">{% trans 'Please confirm your selection.'%} </span>