Merge branch 'align-project-avatar-on-small-viewports' into 'master'

Align project avatar on small viewports

Closes #36585

See merge request gitlab-org/gitlab-ce!18513
This commit is contained in:
Phil Hughes 2018-04-25 09:27:31 +00:00
commit b36941bdaa
2 changed files with 5 additions and 4 deletions

View File

@ -40,10 +40,6 @@
.project-home-panel {
padding-left: 0 !important;
.project-avatar {
display: block;
}
.project-repo-buttons,
.git-clone-holder {
display: none;

View File

@ -0,0 +1,5 @@
---
title: Align project avatar on small viewports
merge_request: 18513
author: George Tsiolis
type: changed