mirror of https://git.48k.eu/ogcp
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
parent
3c8d13b696
commit
0c0df4288e
|
@ -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 %}
|
||||
|
|
Loading…
Reference in New Issue