We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 837d1c0 commit bf817a3Copy full SHA for bf817a3
invenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/macros/detail.html
@@ -110,7 +110,7 @@ <h2>{{ add_description.type.title_l10n }} <span
110
</span>
111
112
{%- 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 }}">
+ <span class="ui mini basic label {% if not item.award.title_l10n %}ml-0{% endif %}" id="number-label-{{ index }}">
114
{{ item.award.number }}
115
116
{%- endif -%}
0 commit comments