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
c440aef9
Commit
c440aef9
authored
Dec 01, 2020
by
Sarah Groff Hennigh-Palermo
Committed by
Andrew Fontaine
Dec 01, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix flex overflow bug
parent
f1bb3ae0
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
1 deletion
+10
-1
app/assets/javascripts/pipelines/components/graph/job_group_dropdown.vue
...scripts/pipelines/components/graph/job_group_dropdown.vue
+1
-1
app/assets/stylesheets/page_bundles/pipeline.scss
app/assets/stylesheets/page_bundles/pipeline.scss
+4
-0
changelogs/unreleased/276949-pipeline-number-bugfix.yml
changelogs/unreleased/276949-pipeline-number-bugfix.yml
+5
-0
No files found.
app/assets/javascripts/pipelines/components/graph/job_group_dropdown.vue
View file @
c440aef9
...
...
@@ -47,7 +47,7 @@ export default {
class="dropdown-menu-toggle build-content gl-build-content"
>
<div
class=
"gl-display-flex gl-align-items-center gl-justify-content-space-between"
>
<span
class=
"gl-display-flex gl-align-items-center"
>
<span
class=
"gl-display-flex gl-align-items-center
gl-w-90
"
>
<ci-icon
:status=
"group.status"
:size=
"24"
/>
<span
class=
"gl-text-truncate mw-70p gl-pl-3 gl-display-inline-block"
>
...
...
app/assets/stylesheets/page_bundles/pipeline.scss
View file @
c440aef9
...
...
@@ -139,6 +139,10 @@
width
:
186px
;
}
.gl-w-90
{
width
:
90%
;
}
.gl-build-content
{
@include
build-content
();
}
...
...
changelogs/unreleased/276949-pipeline-number-bugfix.yml
0 → 100644
View file @
c440aef9
---
title
:
Fix flex overflow bug
merge_request
:
48931
author
:
type
:
fixed
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