diff --git a/bookwyrm/templates/book/edit_book.html b/bookwyrm/templates/book/edit_book.html index de9c95350..e57c39e21 100644 --- a/bookwyrm/templates/book/edit_book.html +++ b/bookwyrm/templates/book/edit_book.html @@ -169,10 +169,11 @@

{% trans "Cover" %}

-
- {% include 'snippets/book_cover.html' with book=book cover_class='is-h-s' %} +
+ {% include 'snippets/book_cover.html' with book=book cover_class='is-w-auto' %}
-
+ +