⚠️ This issue respects the following points: ⚠️
Bug description

Steps to reproduce
- Goto admin screen overview Nextcloud Users
- In the list is a user wich is admin of a lot of groups (e.g. the admin user)
- The user row has a column with all the groups that the user is an admin for. This column height is not equal to the height of the user row and user row contents are mixed up.
Expected behavior

This change of the CSS code (in /apps/settings/css/settings.css) might solve the bug:
#body-settings #app-content.user-list-grid {
display: grid;
grid-column-gap: 20px;
grid-auto-rows: minmax(60px, max-content); <-- current code
grid-auto-rows: max-content; <------------------- new code
}
Installation method
Community Web installer on a VPS or web space
Operating system
Other
PHP engine version
PHP 7.4
Web server
Apache (supported)
Database engine version
MariaDB
Is this bug present after an update or on a fresh install?
Updated to a major version (ex. 22.2.3 to 23.0.1)
Are you using the Nextcloud Server Encryption module?
Encryption is Disabled
What user-backends are you using?
Configuration report
No response
List of activated Apps
Nextcloud Signing status
Nextcloud Logs
Additional info
na
Bug description
Steps to reproduce
Expected behavior
This change of the CSS code (in /apps/settings/css/settings.css) might solve the bug:
#body-settings #app-content.user-list-grid {
display: grid;
grid-column-gap: 20px;
grid-auto-rows: minmax(60px, max-content); <-- current code
grid-auto-rows: max-content; <------------------- new code
}
Installation method
Community Web installer on a VPS or web space
Operating system
Other
PHP engine version
PHP 7.4
Web server
Apache (supported)
Database engine version
MariaDB
Is this bug present after an update or on a fresh install?
Updated to a major version (ex. 22.2.3 to 23.0.1)
Are you using the Nextcloud Server Encryption module?
Encryption is Disabled
What user-backends are you using?
Configuration report
No response
List of activated Apps
Nextcloud Signing status
Nextcloud Logs
Additional info
na