mirror of https://git.48k.eu/ogcp
templates: reduce size of client list title
Reduce the size of the tittle message containing "Selected clients" in the bock showing the client pills.master
parent
19295f8158
commit
9bf161fc7a
|
@ -92,7 +92,7 @@
|
|||
{% endmacro %}
|
||||
|
||||
{% macro selected_clients() -%}
|
||||
<h2 class="mx-5 subhead-heading">{{_('Selected clients')}}</h2>
|
||||
<h3 class="mx-5 subhead-heading">{{_('Selected clients')}}</h3>
|
||||
|
||||
{% include 'client_status_leyend.html' %}
|
||||
|
||||
|
|
Loading…
Reference in New Issue