Skip to content
Snippets Groups Projects
Commit 22252bd5 authored by Moreau Elise's avatar Moreau Elise
Browse files

fix max height for list users

parent da72c989
Branches
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ Liste des utilisateurs
{% endblock %}
{% block content %}
<h1 class="display-4 text-center"> List Users </h1>
<div class="ui relaxed divided list col s12 m12 l12 xl12 list" style="max-height:500px">
<div class="ui relaxed divided list col s12 m12 l12 xl12 list" style="max-height:630px">
{% for user in users %}
<div class="item">
<img class="ui avatar image" src="/assets/img/default-avatar.png"></i>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment