Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-06-01 18:08:16 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-06-01 18:08:16 +0300
commit711f8595324430e216ba62f874e7db9fdf482f73 (patch)
treeda5b8063c16a20e2ab414ca20526ef64817b4393 /app/assets/javascripts/groups
parent65f197cdb6f7732e6c56433483a17f50d98b48f0 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/javascripts/groups')
-rw-r--r--app/assets/javascripts/groups/components/group_item.vue6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/assets/javascripts/groups/components/group_item.vue b/app/assets/javascripts/groups/components/group_item.vue
index 410909190b3..5fe58c5e512 100644
--- a/app/assets/javascripts/groups/components/group_item.vue
+++ b/app/assets/javascripts/groups/components/group_item.vue
@@ -104,7 +104,7 @@ export default {
<gl-loading-icon
v-if="group.isChildrenLoading"
size="lg"
- class="d-none d-sm-inline-flex flex-shrink-0 append-right-8"
+ class="d-none d-sm-inline-flex flex-shrink-0 gl-mr-3"
/>
<div
:class="{ 'd-sm-flex': !group.isChildrenLoading }"
@@ -117,12 +117,12 @@ export default {
</div>
<div class="group-text-container d-flex flex-fill align-items-center">
<div class="group-text flex-grow-1 flex-shrink-1">
- <div class="d-flex align-items-center flex-wrap title namespace-title append-right-8">
+ <div class="d-flex align-items-center flex-wrap title namespace-title gl-mr-3">
<a
v-tooltip
:href="group.relativePath"
:title="group.fullName"
- class="no-expand gl-mt-3 append-right-8"
+ class="no-expand gl-mt-3 gl-mr-3"
data-placement="bottom"
>{{
// ending bracket must be by closing tag to prevent