summaryrefslogtreecommitdiffstats
path: root/ogcp/templates/macros.html
diff options
context:
space:
mode:
authorJavier Sánchez Parra <jsanchez@soleta.eu>2022-03-08 17:22:48 +0100
committerJavier Sánchez Parra <jsanchez@soleta.eu>2022-03-09 17:08:33 +0100
commit7dfeb3e44e2ed4d4b38ee16768e64207aac6eb91 (patch)
treedb7e2181198bcb66d430fa5c12469767a24c6368 /ogcp/templates/macros.html
parentd7b19c6aa0c9502585a5b97bccc8dd312095e3db (diff)
Set pills width
Set the same width to all pills.
Diffstat (limited to 'ogcp/templates/macros.html')
-rw-r--r--ogcp/templates/macros.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/ogcp/templates/macros.html b/ogcp/templates/macros.html
index 5cfeba7..19ec8c7 100644
--- a/ogcp/templates/macros.html
+++ b/ogcp/templates/macros.html
@@ -58,7 +58,7 @@
<div class="d-flex flex-wrap justify-content-center">
{% set max_clients = 50 %}
{% for name_id, ip in selected_clients[:max_clients] %}
- <div id="pill-{{ name_id|replace(".", "_") }}" class="badge badge-pill badge-light">
+ <div id="pill-{{ name_id|replace(".", "_") }}" class="badge badge-pill og-pill badge-light">
{{ name_id }}<br>{{ ip }}
</div>
{% if loop.last and (selected_clients|length > max_clients) %}