Add some spacing when displaying « list empty ».

This commit is contained in:
Alexis M 2019-08-26 22:47:00 +02:00
parent 3d7ab656e1
commit 6e02c4275a

View file

@ -131,6 +131,6 @@
</table> </table>
{% else %} {% else %}
<p>{{ _("Nothing to list yet. You probably want to") }} <a href="{{ url_for(".add_bill") }}" data-toggle="modal" data-target="#bill-form">{{ _("add a bill") }}</a> ?</p> <div class="py-3"></div><p>{{ _("Nothing to list yet. You probably want to") }} <a href="{{ url_for(".add_bill") }}" data-toggle="modal" data-target="#bill-form">{{ _("add a bill") }}</a> ?</p></div>
{% endif %} {% endif %}
{% endblock %} {% endblock %}