# HG changeset patch # User Ludovic Chabant # Date 1507264461 25200 # Node ID 4f136b746081a692bb1530d56de25e555d0467a0 # Parent a4f1eafd1964f7118033608dac8b85369d425881 admin: Fix some UI spacing on the publishing page. diff -r a4f1eafd1964 -r 4f136b746081 piecrust/admin/templates/publish.html --- a/piecrust/admin/templates/publish.html Thu Oct 05 21:31:11 2017 -0700 +++ b/piecrust/admin/templates/publish.html Thu Oct 05 21:34:21 2017 -0700 @@ -12,7 +12,7 @@ {% for target in targets %}

{{target.name}}

- {% if target.description %}
{{target.description}}
{% endif %} + {% if target.description %}

{{target.description}}

{% endif %}