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
6c4b7939
Commit
6c4b7939
authored
Feb 21, 2020
by
David O'Regan
Committed by
Phil Hughes
Feb 21, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clean up conditional `col-` classes in `nav_dropdown_button.vue`
parent
4c8ee18c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
app/assets/javascripts/ide/components/nav_dropdown_button.vue
...assets/javascripts/ide/components/nav_dropdown_button.vue
+2
-2
changelogs/unreleased/205435.yml
changelogs/unreleased/205435.yml
+5
-0
No files found.
app/assets/javascripts/ide/components/nav_dropdown_button.vue
View file @
6c4b7939
...
...
@@ -31,8 +31,8 @@ export default {
<
template
>
<dropdown-button>
<span
class=
"row"
>
<span
class=
"col-auto
text-truncate"
:class=
"
{ 'col-7': showMergeRequests }
">
<span
class=
"row
flex-nowrap
"
>
<span
class=
"col-auto
flex-fill text-truncate
"
>
<icon
:size=
"16"
:aria-label=
"__('Current Branch')"
name=
"branch"
/>
{{
branchLabel
}}
</span>
<span
v-if=
"showMergeRequests"
class=
"col-5 pl-0 text-truncate"
>
...
...
changelogs/unreleased/205435.yml
0 → 100644
View file @
6c4b7939
---
title
:
Clean up conditional `col-` classes in `nav_dropdown_button.vue`
merge_request
:
25312
author
:
type
:
other
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