Fixes tail end of shelving pulldown getting hidden

This commit is contained in:
Mouse Reeve
2021-01-06 19:56:56 -08:00
parent 02aac76acc
commit b1d4b75926
2 changed files with 7 additions and 2 deletions

View File

@ -57,8 +57,8 @@
</div>
{% if status.user == request.user %}
<div class="card-footer-item">
<label class="button" for="more-info-{{ status.id }}">
<div class="icon icon-dots-three is-small">
<label class="button is-small" for="more-info-{{ status.id }}">
<div class="icon icon-dots-three">
<span class="is-sr-only">More options</span>
</div>
</label>