Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
MOREAU Elise
project-covid
Commits
22252bd5
Commit
22252bd5
authored
Nov 01, 2020
by
Moreau Elise
Browse files
fix max height for list users
parent
da72c989
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/user/list_users.twig
View file @
22252bd5
...
...
@@ -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:
50
0px"
>
<div
class=
"ui relaxed divided list col s12 m12 l12 xl12 list"
style=
"max-height:
63
0px"
>
{%
for
user
in
users
%}
<div
class=
"item"
>
<img
class=
"ui avatar image"
src=
"/assets/img/default-avatar.png"
></i>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment