Improve install button layout on narrow screens

This allows the button container to add line breaks between the
buttons when necessary.
This commit is contained in:
Jonas Schäfer
2021-03-20 16:19:25 +01:00
parent a6b67b3fdd
commit b822000f2e
4 changed files with 69 additions and 46 deletions

View File

@@ -80,7 +80,7 @@
<div class="box warning">{#- -#}
<header>{% trans %}Invalid input{% endtrans %}</header>
{%- if error_list | length == 1 -%}
<p>{{ error_list[0] }}.</p>
<p>{{ error_list[0] }}</p>
{%- else -%}
<ul>
{%- for error in error_list -%}