related to #1727 fixed with dots for the moment

This commit is contained in:
Matthieu Leproux
2022-09-13 12:06:30 +02:00
parent 0890142a3e
commit 968d09ac90
@@ -1187,6 +1187,12 @@ $(document).ready(function() {
.user-container-email {
width:20%;
max-width: 220px;
margin-right: 20px;
}
.user-container-email span {
overflow: hidden;
text-overflow: ellipsis;
padding: 7px 0;
}
.user-header-groups,
@@ -2150,6 +2156,7 @@ Advanced filter
margin: 10px auto;
justify-content: center;
max-height: 40px;
width: 190px;
}
.tileView .user-container-groups {