Add latest changes from gitlab-org/gitlab@master
This commit is contained in:
parent
2456dfad81
commit
a6f15de9f6
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: Fix alignment of folder-caret and actions button in the subgroup list
|
||||
merge_request: 52400
|
||||
author: Yogi (@yo)
|
||||
type: other
|
||||
|
|
@ -4896,7 +4896,7 @@ reused in the `test` job:
|
|||
- !reference [.teardown, after_script]
|
||||
```
|
||||
|
||||
In the following example, `test-vars-1` reuses the all the variables in `.vars`, while `test-vars-2`
|
||||
In the following example, `test-vars-1` reuses all the variables in `.vars`, while `test-vars-2`
|
||||
selects a specific variable and reuses it as a new `MY_VAR` variable.
|
||||
|
||||
```yaml
|
||||
|
|
|
|||
Loading…
Reference in New Issue