Closed lancos closed 3 months ago
same trouble with version 27.1.5 looks like https://github.com/nextcloud/server/issues/40222 and https://github.com/nextcloud/server/issues/18920
I confirm that I have the same issue.
To temporarily solve the problem on my side, I used the following method:
#body-settings #app-content.user-list-grid .row {
grid-auto-rows: 60px;
}
#body-settings #app-content.user-list-grid .row .subAdminsGroups {
overflow: scroll;
height: 60px;
}
Save + Reload
Do you still encounter this issue with any of the supported versions? (28 or 29)
I version 28, the problem is gone: the list of groups appear on a single line and doesn't overlap on other lines. The problem is solved for us. Many thanks.
I version 28, the problem is gone: the list of groups appear on a single line and doesn't overlap on other lines. The problem is solved for us. Many thanks.
Good, glad to hear :)
I use NC 27.1.11, and the text don't overlap anymore but is truncated on the third row (if the user has several groups that don't fit on two rows).
⚠️ This issue respects the following points: ⚠️
Bug description
If a user has a long list of groups in "Group admin for" field the user list get corrupted, two rows overlap like in the picture
Steps to reproduce
1.add serveral group on a user 2.goto the user list from the "Users" menu 3.
Expected behavior
Show the user list without any overlaps of rows
Installation method
None
Operating system
Debian/Ubuntu
PHP engine version
PHP 8.1
Web server
Apache (supported)
Database engine version
MySQL
Is this bug present after an update or on a fresh install?
None
Are you using the Nextcloud Server Encryption module?
Encryption is Disabled
What user-backends are you using?
Configuration report
List of activated Apps
Nextcloud Signing status
Nextcloud Logs
No response
Additional info
Reproduced with both Firefox 109 and Chromium 109.0.5414.119