the metadata needs to be word wrap in volume detail

if the metadata is too long,
it will affect the display.

Change-Id: Ic16029fe65a042c2fa07196b211cdf440700a236
Closes-Bug: #1815995
This commit is contained in:
pengyuesheng 2019-02-15 11:09:34 +08:00
parent a8df389822
commit 5345394873
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@
<h4>{% trans "Metadata" %}</h4>
<hr class="header_rule">
<dl class="dl-horizontal">
<dl class="dl-horizontal word-wrap">
{% if volume.metadata.items %}
{% for key, value in volume.metadata.items %}
<dt>{{ key }}</dt>