Merge "the metadata needs to be word wrap in volume detail"

This commit is contained in:
Zuul 2019-03-18 17:32:35 +00:00 committed by Gerrit Code Review
commit c4086f2845
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,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>