Commit 4d3d1afd authored by Yogi's avatar Yogi Committed by David O'Regan

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

parent 038fb5f1
......@@ -180,15 +180,8 @@ export default {
<div v-if="isGroupPendingRemoval">
<gl-badge variant="warning">{{ __('pending removal') }}</gl-badge>
</div>
<div
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"
:action="action"
/>
<div class="metadata 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-stats :item="group" class="group-stats gl-mt-2 d-none d-md-flex" />
</div>
</div>
......
......@@ -378,10 +378,6 @@ table.pipeline-project-metrics tr td {
.folder-caret {
width: $gl-font-size-large;
svg {
margin-bottom: 2px;
}
}
.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