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
path: root/app
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-12-22 09:07:06 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-12-22 09:07:06 +0300
commit968a9dd39b77628b541e0788488bad2493fefbee (patch)
tree328ed8019fc823d7a6a129d61700d6e5ad91dbb7 /app
parent202fdd6ddfa47e69e5ac74853dc0deb51c9be36a (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app')
-rw-r--r--app/assets/javascripts/diffs/components/commit_item.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/javascripts/diffs/components/commit_item.vue b/app/assets/javascripts/diffs/components/commit_item.vue
index 7493bd5fdf7..3545eb4ed73 100644
--- a/app/assets/javascripts/diffs/components/commit_item.vue
+++ b/app/assets/javascripts/diffs/components/commit_item.vue
@@ -94,7 +94,7 @@ export default {
class="d-block d-sm-flex flex-row-reverse justify-content-between align-items-start flex-lg-row-reverse"
>
<div
- class="commit-actions flex-row d-none d-sm-flex align-items-start flex-wrap justify-content-end"
+ class="commit-actions flex-row d-none d-sm-flex align-items-center flex-wrap justify-content-end"
>
<div
v-if="commit.signature_html"
@@ -105,7 +105,7 @@ export default {
:endpoint="commit.pipeline_status_path"
class="d-inline-flex mb-2"
/>
- <gl-button-group class="gl-ml-4 gl-mb-4" data-testid="commit-sha-group">
+ <gl-button-group class="gl-ml-4" data-testid="commit-sha-group">
<gl-button label class="gl-font-monospace" data-testid="commit-sha-short-id">{{
commit.short_id
}}</gl-button>