Skip to content

[Bug]: Admin screen userlist grid row height not equal to max-content of all columns #36868

@brievenbusalex

Description

@brievenbusalex

⚠️ This issue respects the following points: ⚠️

  • This is a bug, not a question or a configuration/webserver/proxy issue.
  • This issue is not already reported on Github (I've searched it).
  • Nextcloud Server is up to date. See Maintenance and Release Schedule for supported versions.
  • Nextcloud Server is running on 64bit capable CPU, PHP and OS.
  • I agree to follow Nextcloud's Code of Conduct.

Bug description

image

Steps to reproduce

  1. Goto admin screen overview Nextcloud Users
  2. In the list is a user wich is admin of a lot of groups (e.g. the admin user)
  3. 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

image

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?

  • Default user-backend (database)
  • LDAP/ Active Directory
  • SSO - SAML
  • Other

Configuration report

No response

List of activated Apps

na

Nextcloud Signing status

na

Nextcloud Logs

na

Additional info

na

Metadata

Metadata

Assignees

No one assigned

    Labels

    0. Needs triagePending check for reproducibility or if it fits our roadmap25-feedbackbug

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions