diff options
-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 %} |