Fixes header wrap on mobile headers
This commit is contained in:
parent
27d81306e3
commit
8a3d1a0bf2
10 changed files with 24 additions and 30 deletions
|
@ -1,6 +1,7 @@
|
|||
{% load humanize %}
|
||||
{% load bookwyrm_tags %}
|
||||
{% if books|length > 0 %}
|
||||
<div class="table-container">
|
||||
<table class="table is-striped is-fullwidth">
|
||||
|
||||
<tr class="book-preview">
|
||||
|
@ -74,6 +75,7 @@
|
|||
</tr>
|
||||
{% endfor %}
|
||||
</table>
|
||||
</div>
|
||||
{% else %}
|
||||
<p>This shelf is empty.</p>
|
||||
{% if shelf.editable %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue