summaryrefslogtreecommitdiffstats
path: root/ogcp/templates/actions/select_client.html
diff options
context:
space:
mode:
authorAlejandro Sirgo Rica <asirgo@soleta.eu>2024-09-03 09:32:37 +0200
committerAlejandro Sirgo Rica <asirgo@soleta.eu>2024-09-03 09:52:26 +0200
commitc1ac88e47c8562699edc9f5304649762366191e0 (patch)
tree2e7c0f970e603652805c900cbf656d92b86ec55e /ogcp/templates/actions/select_client.html
parent15f5af00e73bac87d329d47de257cad50a591b06 (diff)
templates: fix ip card list spacing
Remove unwanted witespace caused by tabs and spaces. Add margin to the ip card style to define an explicit spacing.
Diffstat (limited to 'ogcp/templates/actions/select_client.html')
-rw-r--r--ogcp/templates/actions/select_client.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/ogcp/templates/actions/select_client.html b/ogcp/templates/actions/select_client.html
index a44c551..92c6ecb 100644
--- a/ogcp/templates/actions/select_client.html
+++ b/ogcp/templates/actions/select_client.html
@@ -44,9 +44,7 @@
{% endif %}
</td>
<td>
- {% for ip in ips %}
- <div class="card d-inline-block" style="padding: 5px;">{{ ip }}</div>
- {% endfor %}
+ {% for ip in ips %}<div class="card d-inline-block" style="padding: 5px; margin: 3px;">{{ ip }}</div>{% endfor %}
</td>
</tr>
{% endfor %}