Fix member guidelines resulting in overflow in group member view
-
Please check this box if this contribution uses AI-generated content (including content generated by GitLab Duo features) as outlined in the GitLab DCO & CLA. As a benefit of being a GitLab Community Contributor, you receive complimentary access to GitLab Duo.
What does this MR do and why?
When adding member guidelines in the appearance, in the Group Members view, the text would overflow and move the invite buttons far out of the window. This was caused by the member guidelines being added to with_actions, however it should have been added to with_description. This is correctly handled in the Project members view.
References
MR acceptance checklist
MR Checklist ( @nwittstruck)
-
Changelog entry added, if necessary -
Documentation created/updated via this MR -
Documentation reviewed by technical writer or follow-up review issue created -
Tests added for this feature/bug -
Tested in all supported browsers -
Conforms to the code review guidelines -
Conforms to the merge request performance guidelines -
Conforms to the style guides -
Conforms to the javascript style guides -
Conforms to the database guides
Screenshots or screen recordings
Before:
After:
How to set up and validate locally
From the issue:
- In
Admin area -> Settings -> Appearance, add aLorem Ipsumparagraph to the Member Guidelines field:
Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.
- Create a test group and go to the
Manage memberspage. Observe the Invite buttons are not visible. Scroll to the right to see the Invite buttons.
Related to #517944 (closed)
Edited by Nicholas Wittstruck

