From 9bf161fc7a4e1b1372fcf32977dc3068f9eba8b1 Mon Sep 17 00:00:00 2001 From: Alejandro Sirgo Rica Date: Tue, 17 Sep 2024 13:18:57 +0200 Subject: templates: reduce size of client list title Reduce the size of the tittle message containing "Selected clients" in the bock showing the client pills. --- ogcp/templates/macros.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ogcp/templates/macros.html b/ogcp/templates/macros.html index 790da6d..eb673ce 100644 --- a/ogcp/templates/macros.html +++ b/ogcp/templates/macros.html @@ -92,7 +92,7 @@ {% endmacro %} {% macro selected_clients() -%} -

{{_('Selected clients')}}

+

{{_('Selected clients')}}

{% include 'client_status_leyend.html' %} -- cgit v1.2.3-18-g5258