Height of clone button increased
Summary
Suddenly, height of clone button is increased. It's no longer same as other buttons like Star, Fork etc.
Steps to reproduce
- Go to any
project overviewpage on https://gitlab.com
Example Project
Example project: https://gitlab.com/gitlab-org/gitlab
What is the current bug behavior?
Height of clone button isn't same as other buttons.
What is the expected correct behavior?
Height of clone button should be equal to other buttons height.
Output of checks
This bug happens on GitLab.com
Possible fixes
Seems like, problem is height of git-clone-holder is set auto (https://gitlab.com/gitlab-org/gitlab/blob/master/app/assets/stylesheets/pages/projects.scss#L277).
Related issues: #35837 (closed), #35887 (closed)
This issue happened due to !19768 (merged) merge request.
Edited by Finn
