summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-04-19 09:05:48 +0100
committerPhil Hughes <me@iamphill.com>2017-04-19 09:05:55 +0100
commit97fd50262e2cacced7c8274285d7d0f0c4c407ed (patch)
tree24206c94fbeb54d95ae363fdf8d6615752e8f2a9 /app/assets/stylesheets
parentbbd83376d625b8d9cb73cbc83c3c0eb71b1abf32 (diff)
downloadgitlab-ce-97fd50262e2cacced7c8274285d7d0f0c4c407ed.tar.gz
Fixed project & group icons not being clickableproject-group-icon-links
Closes #31073
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r--app/assets/stylesheets/pages/projects.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/projects.scss b/app/assets/stylesheets/pages/projects.scss
index a9e2a034790..28a8f9cb335 100644
--- a/app/assets/stylesheets/pages/projects.scss
+++ b/app/assets/stylesheets/pages/projects.scss
@@ -596,6 +596,10 @@ pre.light-well {
.avatar-container {
align-self: flex-start;
+
+ > a {
+ width: 100%;
+ }
}
.project-details {