Commit 9674ed71 authored by Dennis Tang's avatar Dennis Tang

Remove non-semantic use of `.row` in member listing controls

parent 95b423bc
...@@ -53,7 +53,7 @@ ...@@ -53,7 +53,7 @@
= time_ago_with_tooltip(member.created_at) = time_ago_with_tooltip(member.created_at)
- if show_roles - if show_roles
- current_resource = @project || @group - current_resource = @project || @group
.controls.member-controls.row .controls.member-controls
- if show_controls && member.source == current_resource - if show_controls && member.source == current_resource
- if member.can_resend_invite? - if member.can_resend_invite?
......
---
title: Remove non-semantic use of `.row` in member listing controls
merge_request: 28204
author:
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment