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
b55bb02b
Commit
b55bb02b
authored
Feb 18, 2019
by
GitLab Bot
Browse files
Options
Browse Files
Download
Plain Diff
Automatic merge of gitlab-org/gitlab-ce master
parents
8d26e2bd
1d229689
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
app/assets/javascripts/jobs/components/sidebar.vue
app/assets/javascripts/jobs/components/sidebar.vue
+1
-1
app/assets/stylesheets/framework/common.scss
app/assets/stylesheets/framework/common.scss
+4
-0
No files found.
app/assets/javascripts/jobs/components/sidebar.vue
View file @
b55bb02b
...
...
@@ -110,7 +110,7 @@ export default {
<div
class=
"sidebar-container"
>
<div
class=
"blocks-container"
>
<div
class=
"block d-flex flex-nowrap align-items-center"
>
<h4
class=
"my-0 mr-2"
>
{{
job
.
name
}}
</h4>
<h4
class=
"my-0 mr-2
text-break-word
"
>
{{
job
.
name
}}
</h4>
<div
class=
"flex-grow-1 flex-shrink-0 text-right"
>
<gl-link
v-if=
"job.retry_path"
...
...
app/assets/stylesheets/framework/common.scss
View file @
b55bb02b
...
...
@@ -48,6 +48,10 @@
color
:
$brand-info
;
}
.text-break-word
{
word-break
:
break-all
;
}
.hint
{
font-style
:
italic
;
color
:
$gl-gray-400
;
}
.light
{
color
:
$gl-text-color
;
}
...
...
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