remove inline display (unneeded and broke table bg colours)

This commit is contained in:
2022-07-03 21:01:30 +10:00
parent b0d98e9725
commit 1c01e2007e

View File

@@ -33,7 +33,7 @@
<a href="/book/{{book.sub_book_id}}">{{book.title}}</a>
</td>
<td>{{book.rating}}</td><td>{{book.author}}</td><td>{{book.year_published}}</td>
<td style="width: auto;min-width:0;max-width:650px;display:inline-block;text-overflow: ellipsis; overflow: hidden;white-space: nowrap;">{{book.notes}}</td>
<td style="width: auto;min-width:0;max-width:650px;text-overflow: ellipsis; overflow: hidden;white-space: nowrap;">{{book.notes}}</td>
</tr>
{% endfor %}
</table>