templates: add vertical padding to the no cache message

Add vertical padding to the div holding the report of no selected
client with cached images.
master
Alejandro Sirgo Rica 2024-06-27 14:21:43 +02:00
parent 3c8d13b696
commit 0c0df4288e
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@
</script>
{% else %}
<div class="card text-center">
<div class="card text-center p-3">
<b>{{ _('Cache is currently empty in the selected client(s)') }}</b>
</div>
{% endif %}