Skip to content

Commit bf817a3

Browse files
karkraegtmorrell
andauthored
Update invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/detail.html
Co-authored-by: Tom Morrell <[email protected]>
1 parent 837d1c0 commit bf817a3

File tree

1 file changed

+1
-1
lines changed
  • invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros

1 file changed

+1
-1
lines changed

invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/detail.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ <h2>{{ add_description.type.title_l10n }} <span
110110
</span>
111111

112112
{%- if item.award.number -%}
113-
<span class="ui mini basic ml-0 label {% if item.award.title_l10n %}mr-5{% endif %}" id="number-label-{{ index }}">
113+
<span class="ui mini basic label {% if not item.award.title_l10n %}ml-0{% endif %}" id="number-label-{{ index }}">
114114
{{ item.award.number }}
115115
</span>
116116
{%- endif -%}

0 commit comments

Comments
 (0)