Skip to content

Commit

Permalink
queue: make the tooltip content a bit more compact
Browse files Browse the repository at this point in the history
it's quite hard to read on mobile otherwise
  • Loading branch information
lazka committed Nov 2, 2023
1 parent 76d4b4d commit 505dfee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/templates/queue.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,10 @@ <h6 class="card-subtitle mb-2 text-muted">
<dl>
{% for s in status %}
<dt>{{ s.type }}: <span class="text-{{ s.category or 'muted' }}">{{ s.status }}</span></dt>
<dd>
<dd><small class="text-muted">
{% if s.details %}
{{ s.details }}
{% endif %}</dd>
{% endif %}</small></dd>
{% endfor %}
</dl>
</template>
Expand Down

0 comments on commit 505dfee

Please sign in to comment.