Skip to content

Commit

Permalink
Improve formatting in import dialogs
Browse files Browse the repository at this point in the history
Wrapping avoids the dialog being wider than other dialogs
  • Loading branch information
ThiefMaster committed Jan 26, 2018
1 parent 77f4a15 commit 1edf0f5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
Expand Up @@ -34,8 +34,11 @@
</li>
</ul>
{% trans -%}
Only the field "Title" is mandatory. Users will be matched with existing
Indico identities through their e-mail.
Only the field "Title" is mandatory.
{%- endtrans %}
<br>
{% trans -%}
Users will be matched with existing Indico identities through their e-mail.
{%- endtrans %}
{% endcall %}

Expand Down
Expand Up @@ -27,8 +27,11 @@
</li>
</ul>
{% trans -%}
The fields "First Name", "Last Name" and "E-mail" are mandatory. Users will be matched with existing
Indico identities through their e-mail.
The fields "First Name", "Last Name" and "E-mail" are mandatory.
{%- endtrans %}
<br>
{% trans -%}
Users will be matched with existing Indico identities through their e-mail.
{%- endtrans %}
{% endcall %}

Expand Down

0 comments on commit 1edf0f5

Please sign in to comment.