diff options
author | Alejandro Sirgo Rica <asirgo@soleta.eu> | 2024-06-27 14:21:43 +0200 |
---|---|---|
committer | Alejandro Sirgo Rica <asirgo@soleta.eu> | 2024-06-28 08:43:34 +0200 |
commit | 0c0df4288e5cb15c593df15b9439badb092685ed (patch) | |
tree | df66c6a0872b5c86797ded4afef234a963ba5482 | |
parent | 3c8d13b696eae3c00a141cb1709ac6eb8d1b949e (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.
-rw-r--r-- | ogcp/templates/actions/cache.html | 2 |
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 %} |