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
2cbf51bf
Commit
2cbf51bf
authored
Mar 03, 2021
by
Yogi
Committed by
Olena Horal-Koretska
Mar 03, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add space next to icons in epic issue list
parent
736f756f
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
3 deletions
+12
-3
app/assets/javascripts/boards/components/issue_due_date.vue
app/assets/javascripts/boards/components/issue_due_date.vue
+5
-1
app/assets/javascripts/boards/components/issue_time_estimate.vue
...ets/javascripts/boards/components/issue_time_estimate.vue
+1
-1
changelogs/unreleased/292128-fix-icon-spacing.yml
changelogs/unreleased/292128-fix-icon-spacing.yml
+5
-0
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_due_date.vue
View file @
2cbf51bf
...
...
@@ -86,7 +86,11 @@ export default {
<
template
>
<span>
<span
ref=
"issueDueDate"
:class=
"cssClass"
class=
"board-card-info card-number"
>
<gl-icon
:class=
"
{ 'text-danger': isPastDue }" class="board-card-info-icon" name="calendar" />
<gl-icon
:class=
"
{ 'text-danger': isPastDue }"
class="board-card-info-icon gl-mr-2"
name="calendar"
/>
<time
:class=
"
{ 'text-danger': isPastDue }" datetime="date" class="board-card-info-text">
{{
body
}}
</time>
...
...
app/assets/javascripts/boards/components/issue_time_estimate.vue
View file @
2cbf51bf
...
...
@@ -37,7 +37,7 @@ export default {
<
template
>
<span>
<span
ref=
"issueTimeEstimate"
class=
"board-card-info card-number"
>
<gl-icon
name=
"hourglass"
class=
"board-card-info-icon"
/>
<gl-icon
name=
"hourglass"
class=
"board-card-info-icon
gl-mr-2
"
/>
<time
class=
"board-card-info-text"
>
{{
timeEstimate
}}
</time>
</span>
<gl-tooltip
...
...
changelogs/unreleased/292128-fix-icon-spacing.yml
0 → 100644
View file @
2cbf51bf
---
title
:
Add space next to icons in epic issue list
merge_request
:
54138
author
:
Yogi (@yo)
type
:
fixed
ee/app/assets/javascripts/boards/components/issue_card_weight.vue
View file @
2cbf51bf
...
...
@@ -28,7 +28,7 @@ export default {
class=
"board-card-info card-number board-card-weight"
v-on=
"$listeners"
>
<gl-icon
name=
"weight"
class=
"board-card-info-icon"
/>
<gl-icon
name=
"weight"
class=
"board-card-info-icon
gl-mr-2
"
/>
<span
class=
"board-card-info-text"
>
{{
weight
}}
</span>
<gl-tooltip
:target=
"() => $refs.itemWeight"
...
...
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