Add a cleardiv.
authorRadek Czajka <rczajka@rczajka.pl>
Fri, 24 Apr 2020 17:06:14 +0000 (19:06 +0200)
committerRadek Czajka <rczajka@rczajka.pl>
Thu, 10 Sep 2020 12:15:11 +0000 (14:15 +0200)
src/catalogue/templates/catalogue/book_text.html

index 19e1fbe..238d50e 100644 (file)
@@ -69,6 +69,7 @@
       {% if prev %}
         <a style="display:inline-block;padding: 1em;" href="{% url 'book_text' prev.slug %}">&larr;&nbsp;{{ prev.title }}</a>
       {% endif %}
+      <div style="clear:both;"></div>
       {{ book_text|safe }}
     {% endwith %}
   </article>