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

  1. Visit an issue
  2. Collapse the right sidebar
  3. Open dev tools > Application > Cookies and search for collapsed_gutter. You should see that the cookie is present and its value is true.
  4. Visit an epic with the new epic look
  5. You will see the undesired extra space on the right
  6. Delete the collapsed_gutter cookie.
  7. Refresh the page on the epic.
  8. 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

imagem.png

imagem.png

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