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
9ddbf5d3
Commit
9ddbf5d3
authored
Sep 26, 2018
by
George Tsiolis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move margin from board-card-weight to board-card-number
parent
2ad9d22d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
app/assets/javascripts/boards/components/issue_card_inner.vue
...assets/javascripts/boards/components/issue_card_inner.vue
+1
-1
ee/app/assets/javascripts/boards/components/issue_card_weight.vue
...ssets/javascripts/boards/components/issue_card_weight.vue
+1
-1
No files found.
app/assets/javascripts/boards/components/issue_card_inner.vue
View file @
9ddbf5d3
...
...
@@ -154,7 +154,7 @@
class=
"js-no-trigger"
>
{{
issue
.
title
}}
</a>
<span
v-if=
"issueId"
class=
"board-card-number"
class=
"board-card-number
append-right-5
"
>
{{
issue
.
referencePath
}}
</span>
...
...
ee/app/assets/javascripts/boards/components/issue_card_weight.vue
View file @
9ddbf5d3
...
...
@@ -23,7 +23,7 @@ export default {
<span
v-tooltip
:title=
"__('Weight')"
class=
"board-card-weight card-number
prepend-left-5
d-inline-block"
class=
"board-card-weight card-number d-inline-block"
data-container=
"body"
data-placement=
"bottom"
>
...
...
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