server
server copied to clipboard
align subadmins css class name
Summary
The actually used class name in apps/settings/src/components/UserList/UserRowSimple.vue is subAdminsGroups. Because of this, css for the subadmins groups column in the user list is missing, causing formatting to break when users are admins of many (10+) groups.
See also: https://help.nextcloud.com/t/ansicht-von-user-mit-vielen-gruppen-ist-unubersichtlich/72149/3
Don't
.subadmin
target other elements? Why don't the component declare its own css?
You're perfectly right, I seem to have missed the spots where the subadmins class is actually used. I've duplicated the css now so both class names work, thanks!
Thanks for your first pull request and welcome to the community! Feel free to keep them coming! If you are looking for issues to tackle then have a look at this selection: https://github.com/nextcloud/server/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22
Thanks @Jenandra !