diff options
| author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-04-21 09:10:19 +0000 |
|---|---|---|
| committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-04-21 09:10:19 +0000 |
| commit | b32f4c7a2810afb602c33d904c51bdb178d146b4 (patch) | |
| tree | 877178b9e38df6ea33d554cca87017eb1e7db284 /app/assets/javascripts/diffs/components/diff_content.vue | |
| parent | d11791c814954de77f85be1c2f7b56168532c96d (diff) | |
| download | gitlab-ce-b32f4c7a2810afb602c33d904c51bdb178d146b4.tar.gz | |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/javascripts/diffs/components/diff_content.vue')
| -rw-r--r-- | app/assets/javascripts/diffs/components/diff_content.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/diffs/components/diff_content.vue b/app/assets/javascripts/diffs/components/diff_content.vue index b4bffdcb07f..1eba12a3ae9 100644 --- a/app/assets/javascripts/diffs/components/diff_content.vue +++ b/app/assets/javascripts/diffs/components/diff_content.vue @@ -156,7 +156,7 @@ export default { :link-href="author.path" :img-src="author.avatar_url" :img-alt="author.name" - :img-size="40" + :img-size="48" class="d-none d-sm-block new-comment" /> <diff-discussions |
