fixed #1727 switched back to ellipsis instead of scroll for long emails

This commit is contained in:
Matthieu Leproux
2022-09-21 16:50:09 +02:00
parent 9b22164adc
commit b18399ffbd
+2 -2
View File
@@ -1190,8 +1190,8 @@ $(document).ready(function() {
margin-right: 20px;
}
.user-container-email span {
overflow: scroll;
padding: 7px 0;
overflow: hidden;
text-overflow: ellipsis;
}
.user-header-groups,