Skip to content
Snippets Groups Projects
Commit 148f054e authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray
Browse files

Merge branch 'patch-29' into 'master'

Vertically centres landscape avatars those cannot fill up parent height.

See merge request gitlab-org/gitlab-ce!21371
parents 044fe6b3 c7260b7d
No related branches found
No related tags found
1 merge request!10495Merge Requests - Assignee
Loading
Loading
@@ -100,7 +100,7 @@ export default {
</div>
<div
:class="{ 'content-loading': group.isChildrenLoading }"
class="avatar-container s24 d-none d-sm-block"
class="avatar-container s24 d-none d-sm-flex"
>
<a
:href="group.relativePath"
Loading
Loading
Loading
Loading
@@ -104,6 +104,7 @@
 
a {
width: 100%;
height: 100%;
display: flex;
}
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment