Wrap selected clients list

Otherwise, the list overflows the screen when users select many clients.
multi-ogserver
Javier Sánchez Parra 2022-02-23 16:51:04 +01:00
parent 42ba24c9f9
commit af4b07cecf
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@
{% endmacro %}
{% macro cmd_selected_clients(ip_list) -%}
<ul class="list-group mx-5 list-group-horizontal-sm">
<ul class="list-group mx-5 list-group-horizontal-sm d-flex flex-wrap">
{% for ip in ip_list %}
<li class="list-group-item flex-fill list-group-item-info">{{ ip }}</li>
{% endfor %}