changeset 956:4f136b746081

admin: Fix some UI spacing on the publishing page.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 05 Oct 2017 21:34:21 -0700
parents a4f1eafd1964
children 84d8fadf9e67
files piecrust/admin/templates/publish.html
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 %}
 <div>
     <h3>{{target.name}}</h3>
-    {% if target.description %}<div>{{target.description}}</div>{% endif %}
+    {% if target.description %}<p>{{target.description}}</p>{% endif %}
     <form action="{{url_run}}" method="POST">
         <input type="hidden" name="target" value="{{target.name}}" />
         <button type="submit" class="btn btn-default">Execute</button>