Open inet-cologne opened 1 year ago
Point of problem: https://nextcloud.my-domain.com/index.php/settings/users
With the help of the browser developer tools I found out that changing // current CSS
grid-auto-rows: minmax(60px, max-content)
// to corrected CSS
grid-auto-rows: minmax(max-content, max-content)
will show the user list - as it should be - with a flexible height of each row depending of the content.
I will try do create a commit and merge request but until now I did not find the correct spot where the original source is located.
⚠️ This issue respects the following points: ⚠️
Bug description
The Nextcloud backend UI layout (CSS) is somehow damaged and overlapping entry info among several user entries, if one user has an bigger amount of group administration entries. That makes it very difficult to edit a specific users entry. ... I have an actual Nextcloud 25.0.4 with actual OS and Browser. Layout problem occurs an Safari, Chrome and Firefox.
Steps to reproduce
Probably a CSS layout problem! ...
Expected behavior
The row height of a single user in the user list of the backend should auto adjust dependent of the amount of content (group entries) and not overlap other user content. ...
Installation method
Community Web installer on a VPS or web space
Operating system
Debian/Ubuntu
PHP engine version
PHP 8.1
Web server
Nginx
Database engine version
MariaDB
Is this bug present after an update or on a fresh install?
None
Are you using the Nextcloud Server Encryption module?
None
What user-backends are you using?
Configuration report
List of activated Apps
Nextcloud Signing status
No response
Nextcloud Logs
No response
Additional info
No response