Extra white space at bottom of project general settings
Summary
When on general settings within a project, there is a large chunk of white space at the bottom of the page. It appears this space is reserved for the Advanced section, but shows the extra space whether this section is expanded or not.
Steps to reproduce
- On Chrome or Safari, visit any project > settings > general
- Scroll down to the bottom and see the extra white space.
Example Project
- I was seeing it on https://gitlab.com/emilybauman/release-test-project - but can also be seen on www-gitlab-com
What is the current bug behavior?
- There is a large amount of white space when the page is scrolled all the way down.
What is the expected correct behavior?
- No extra white space at the bottom.
Relevant logs and/or screenshots
Screen_Recording_2023-06-26_at_3.30.00_PM
Output of checks
Results of GitLab environment info
Expand for output related to GitLab environment info
(For installations with omnibus-gitlab package run and paste the output of: `sudo gitlab-rake gitlab:env:info`) (For installations from source run and paste the output of: `sudo -u git -H bundle exec rake gitlab:env:info RAILS_ENV=production`)
Results of GitLab application Check
Expand for output related to the GitLab application check
(For installations with omnibus-gitlab package run and paste the output of:
sudo gitlab-rake gitlab:check SANITIZE=true
)(For installations from source run and paste the output of:
sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production SANITIZE=true
)(we will only investigate if the tests are passing)
Possible fixes
Edited by Emily Bauman