mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-01 15:32:23 +02:00
fixed #1727 switched back to ellipsis instead of scroll for long emails
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user