summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorkushalpandya <kushal@gitlab.com>2017-07-31 16:04:45 +0530
committerkushalpandya <kushal@gitlab.com>2017-07-31 16:04:45 +0530
commitec0ea51f67724be9ae2a81827abeec9022cd2f46 (patch)
tree9bc8c6c646626ab04cf941f9b360751df9df190e /app
parent84568997431d778644d41dd3e3a4f98eee850935 (diff)
downloadgitlab-ce-ec0ea51f67724be9ae2a81827abeec9022cd2f46.tar.gz
Add styles for Identicons for Groups
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/framework/lists.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/lists.scss b/app/assets/stylesheets/framework/lists.scss
index 868e65a8f46..ab754f4a492 100644
--- a/app/assets/stylesheets/framework/lists.scss
+++ b/app/assets/stylesheets/framework/lists.scss
@@ -369,6 +369,10 @@ ul.indent-list {
background-color: $row-hover;
cursor: pointer;
}
+
+ .avatar-container > a {
+ width: 100%;
+ }
}
}