Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
5f491df8
Commit
5f491df8
authored
Apr 18, 2022
by
Annabel Dunstone Gray
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reduce size of file header buttons
Changelog: changed
parent
45490c79
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
app/assets/javascripts/diffs/components/diff_file_header.vue
app/assets/javascripts/diffs/components/diff_file_header.vue
+3
-1
No files found.
app/assets/javascripts/diffs/components/diff_file_header.vue
View file @
5f491df8
...
...
@@ -340,6 +340,7 @@ export default {
:title=
"__('Copy file path')"
:text=
"diffFile.file_path"
:gfm=
"gfmCopyText"
size=
"small"
data-testid=
"diff-file-copy-clipboard"
category=
"tertiary"
data-track-action=
"click_copy_file_button"
...
...
@@ -392,6 +393,7 @@ export default {
/>
<gl-dropdown
v-gl-tooltip.hover.focus=
"$options.i18n.optionsDropdownTitle"
size=
"small"
right
toggle-class=
"btn-icon js-diff-more-actions"
class=
"gl-pt-0!"
...
...
@@ -400,7 +402,7 @@ export default {
@
hidden=
"setMoreActionsShown(false)"
>
<template
#button-content
>
<gl-icon
name=
"ellipsis_v"
class=
"mr-0"
/>
<gl-icon
name=
"ellipsis_v"
class=
"mr-0"
:size=
"12"
/>
<span
class=
"sr-only"
>
{{
$options
.
i18n
.
optionsDropdownTitle
}}
</span>
</
template
>
<gl-dropdown-item
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment