提交 148f054e 编写于 作者: A Annabel Dunstone Gray

Merge branch 'patch-29' into 'master'

Vertically centres landscape avatars those cannot fill up parent height.

See merge request gitlab-org/gitlab-ce!21371
......@@ -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"
......
......@@ -104,6 +104,7 @@
a {
width: 100%;
height: 100%;
display: flex;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册