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
0
Merge Requests
0
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
Léo-Paul Géneau
gitlab-ce
Commits
ceb317d7
Commit
ceb317d7
authored
Oct 09, 2017
by
Filipa Lacerda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes mini graph in commit view
parent
705d0e35
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
4 deletions
+14
-4
app/assets/stylesheets/pages/commits.scss
app/assets/stylesheets/pages/commits.scss
+4
-1
app/assets/stylesheets/pages/pipelines.scss
app/assets/stylesheets/pages/pipelines.scss
+5
-3
changelogs/unreleased/38534-minigraph.yml
changelogs/unreleased/38534-minigraph.yml
+5
-0
No files found.
app/assets/stylesheets/pages/commits.scss
View file @
ceb317d7
...
...
@@ -54,12 +54,15 @@
.mr-widget-pipeline-graph
{
display
:
inline-block
;
vertical-align
:
middle
;
margin-right
:
4px
;
.stage-cell
.stage-container
{
margin
:
3px
3px
3px
0
;
}
.stage-container
:last-child
{
margin-right
:
0
;
}
.dropdown-menu
{
margin-top
:
11px
;
}
...
...
app/assets/stylesheets/pages/pipelines.scss
View file @
ceb317d7
...
...
@@ -209,9 +209,11 @@
}
.stage-cell
{
@media
(
min-width
:
$screen-md-min
)
{
min-width
:
148px
;
margin-right
:
-4px
;
&
.table-section
{
@media
(
min-width
:
$screen-md-min
)
{
min-width
:
148px
;
margin-right
:
-4px
;
}
}
.mini-pipeline-graph-dropdown-toggle
svg
{
...
...
changelogs/unreleased/38534-minigraph.yml
0 → 100644
View file @
ceb317d7
---
title
:
Fixes mini pipeline graph in commit view
merge_request
:
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