diff options
author | kushalpandya <kushal@gitlab.com> | 2017-07-31 16:04:45 +0530 |
---|---|---|
committer | kushalpandya <kushal@gitlab.com> | 2017-07-31 16:04:45 +0530 |
commit | ec0ea51f67724be9ae2a81827abeec9022cd2f46 (patch) | |
tree | 9bc8c6c646626ab04cf941f9b360751df9df190e | |
parent | 84568997431d778644d41dd3e3a4f98eee850935 (diff) | |
download | gitlab-ce-ec0ea51f67724be9ae2a81827abeec9022cd2f46.tar.gz |
Add styles for Identicons for Groups
-rw-r--r-- | app/assets/stylesheets/framework/lists.scss | 4 |
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%; + } } } |