Remove extra padding from the disabled comment area
Problem to solve
Currently, the disabled comment area in issues, merge requests, epics, etc is using some extra padding that could be removed. This was initially added in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3442.
Proposal
Let's remove this extra padding.
Before | After |
---|---|
Risks
Check if there's any page that requires this extra padding.