New epic look has an useless padding on the right part of the screen
Summary
The new epic look has an useless extra padding on the right portion of the screen, that breaks the layout
Steps to reproduce
- Visit an issue
- Collapse the right sidebar
- Open dev tools > Application > Cookies and search for
collapsed_gutter. You should see that the cookie is present and its value istrue. - Visit an epic with the new epic look
- You will see the undesired extra space on the right
- Delete the
collapsed_guttercookie. - Refresh the page on the epic.
- The undesired space on the right will go away.
What is the current bug behavior?
There is an extra padding to the right
What is the expected correct behavior?
It should have the same alignment of the rest of the page
Relevant logs and/or screenshots
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 Chad Lavimoniere

