Commit c7a766f7 authored by Dennis Tang's avatar Dennis Tang

Use gitlab-specific padding utility class

parent 513106e3
- group = local_assigns.fetch(:group) - group = local_assigns.fetch(:group)
- css_class = "gl-display-flex!#{' no-description' if group.description.blank?}" - css_class = "gl-display-flex!#{' no-description' if group.description.blank?}"
%li.group-row.py-3.gl-align-items-center{ class: css_class, data: { qa_selector: 'group_row_content' } } %li.group-row.gl-py-3.gl-align-items-center{ class: css_class, data: { qa_selector: 'group_row_content' } }
.avatar-container.rect-avatar.s40.gl-flex-shrink-0 .avatar-container.rect-avatar.s40.gl-flex-shrink-0
= group_icon(group, class: "avatar s40") = group_icon(group, class: "avatar s40")
......
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