summaryrefslogtreecommitdiffstats
path: root/ogcp/templates
diff options
context:
space:
mode:
authorAlejandro Sirgo Rica <asirgo@soleta.eu>2024-06-27 14:21:43 +0200
committerAlejandro Sirgo Rica <asirgo@soleta.eu>2024-06-28 08:43:34 +0200
commit0c0df4288e5cb15c593df15b9439badb092685ed (patch)
treedf66c6a0872b5c86797ded4afef234a963ba5482 /ogcp/templates
parent3c8d13b696eae3c00a141cb1709ac6eb8d1b949e (diff)
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.
Diffstat (limited to 'ogcp/templates')
-rw-r--r--ogcp/templates/actions/cache.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/ogcp/templates/actions/cache.html b/ogcp/templates/actions/cache.html
index b91bd86..336fd7f 100644
--- a/ogcp/templates/actions/cache.html
+++ b/ogcp/templates/actions/cache.html
@@ -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 %}