related to #1727 changed dots to scroll bar

This commit is contained in:
Matthieu Leproux
2022-09-13 15:11:17 +02:00
parent 968d09ac90
commit dc1913e3e5
+1 -2
View File
@@ -1190,8 +1190,7 @@ $(document).ready(function() {
margin-right: 20px;
}
.user-container-email span {
overflow: hidden;
text-overflow: ellipsis;
overflow: scroll;
padding: 7px 0;
}