Commit 5b878123 authored by David O'Regan's avatar David O'Regan

Merge branch 'yo-fix-folder-line-alignment' into 'master'

Fix alignment of folder-caret and actions button in the subgroup list

See merge request gitlab-org/gitlab!52400
parents 9842935b 4d3d1afd
...@@ -180,15 +180,8 @@ export default { ...@@ -180,15 +180,8 @@ export default {
<div v-if="isGroupPendingRemoval"> <div v-if="isGroupPendingRemoval">
<gl-badge variant="warning">{{ __('pending removal') }}</gl-badge> <gl-badge variant="warning">{{ __('pending removal') }}</gl-badge>
</div> </div>
<div <div class="metadata d-flex flex-grow-1 flex-shrink-0 flex-wrap justify-content-md-between">
class="metadata align-items-md-center d-flex flex-grow-1 flex-shrink-0 flex-wrap justify-content-md-between" <item-actions v-if="isGroup" :group="group" :parent-group="parentGroup" />
>
<item-actions
v-if="isGroup"
:group="group"
:parent-group="parentGroup"
:action="action"
/>
<item-stats :item="group" class="group-stats gl-mt-2 d-none d-md-flex" /> <item-stats :item="group" class="group-stats gl-mt-2 d-none d-md-flex" />
</div> </div>
</div> </div>
......
...@@ -378,10 +378,6 @@ table.pipeline-project-metrics tr td { ...@@ -378,10 +378,6 @@ table.pipeline-project-metrics tr td {
.folder-caret { .folder-caret {
width: $gl-font-size-large; width: $gl-font-size-large;
svg {
margin-bottom: 2px;
}
} }
.item-type-icon { .item-type-icon {
......
---
title: Fix alignment of folder-caret and actions button in the subgroup list
merge_request: 52400
author: Yogi (@yo)
type: other
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