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:
authorStan Hu <stanhu@gmail.com>2019-05-06 13:27:38 +0300
committerStan Hu <stanhu@gmail.com>2019-05-06 14:07:02 +0300
commit6f95be7d017c7eb4c5274814931ae64aa7523d87 (patch)
tree63d69ceae97b4cb57eb7bdddc21ff4ef551301ec /app/views/shared/members
parent8dd238ada2cad2926693bc88d4db0b96d40d4611 (diff)
Backport members SCSS changes
This commit backports the changes in https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/12304.
Diffstat (limited to 'app/views/shared/members')
-rw-r--r--app/views/shared/members/_member.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/members/_member.html.haml b/app/views/shared/members/_member.html.haml
index 2db1f67a793..2e5747121b6 100644
--- a/app/views/shared/members/_member.html.haml
+++ b/app/views/shared/members/_member.html.haml
@@ -53,7 +53,7 @@
= time_ago_with_tooltip(member.created_at)
- if show_roles
- current_resource = @project || @group
- .controls.member-controls
+ .controls.member-controls.row
- if show_controls && member.source == current_resource
- if member.can_resend_invite?