Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-04-19 11:05:48 +0300
committerPhil Hughes <me@iamphill.com>2017-04-19 11:05:55 +0300
commit97fd50262e2cacced7c8274285d7d0f0c4c407ed (patch)
tree24206c94fbeb54d95ae363fdf8d6615752e8f2a9 /app/assets/stylesheets/pages/projects.scss
parentbbd83376d625b8d9cb73cbc83c3c0eb71b1abf32 (diff)
Fixed project & group icons not being clickable
Closes #31073
Diffstat (limited to 'app/assets/stylesheets/pages/projects.scss')
-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 {