Showing horizontal scroll bar in private profile
Summary
Showing horizontal scroll bar in private profile
Steps to reproduce
- Open Private Profile
- You can see the horizontal scroll bar on the bottom
What is the current bug behavior?
Showing horizontal scroll bar
What is the expected correct behavior?
Don't show the scroll bar
Relevant logs and/or screenshots
Output of checks
This bug happens on GitLab.com
Possible fixes
In CSS
.row {
display: flex;
flex-wrap: wrap;
- margin-right: -15px;
- margin-left: -15px;
}
Edited by Ghost User